From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric@eukrea.com (Eric =?ISO-8859-1?B?QuluYXJk?=) Date: Tue, 11 Mar 2014 07:52:38 +0100 Subject: [PATCH 1/7] ARM: dts: mx25: Fix compatible string for generic USB PHY In-Reply-To: <1394484885-21262-1-git-send-email-festevam@gmail.com> References: <1394484885-21262-1-git-send-email-festevam@gmail.com> Message-ID: <20140311075238.4bc0bea2@e6520eb> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Fabio, Le Mon, 10 Mar 2014 17:54:39 -0300, Fabio Estevam a ?crit : > From: Fabio Estevam > > According to Documentation/devicetree/bindings/usb/usb-nop-xceiv.txt, the > correct compatible string for the generic USB PHY is 'usb-nop-xceiv'. > > Signed-off-by: Fabio Estevam > --- > arch/arm/boot/dts/imx25.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi > index 77bb743..6088059 100644 > --- a/arch/arm/boot/dts/imx25.dtsi > +++ b/arch/arm/boot/dts/imx25.dtsi > @@ -483,12 +483,12 @@ > }; > > usbphy1: usbphy at 1 { > - compatible = "nop-usbphy"; > + compatible = "usb-nop-xceiv"; > status = "disabled"; > }; > > usbphy2: usbphy at 2 { > - compatible = "nop-usbphy"; > + compatible = "usb-nop-xceiv"; > status = "disabled"; > }; > why don't you use Denis' patches instead of copying them with you as the author ? Eric