From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH v3 2/2] ARM: at91/dt: sama5d2: Use new compatible for ohci node Date: Wed, 8 Jun 2016 12:06:11 +0200 Message-ID: <5757EE13.1080107@atmel.com> References: <1465359311-14544-1-git-send-email-wenyou.yang@atmel.com> <1465359311-14544-3-git-send-email-wenyou.yang@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1465359311-14544-3-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Wenyou Yang , Alan Stern , Greg Kroah-Hartman , Rob Herring , Pawel Moll , Mark Brown , Ian Campbell , Kumar Gala , Alexandre Belloni Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Le 08/06/2016 06:15, Wenyou Yang a =E9crit : > Use compatible "atmel,sama5d2-ohci" to be capable of suspending > ports while sleep to save the power consumption. >=20 > Signed-off-by: Wenyou Yang > --- >=20 > Changes in v3: None > Changes in v2: > - Use the new compatible for ohci-node. >=20 > arch/arm/boot/dts/sama5d2.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5= d2.dtsi > index 78996bd..03d6724 100644 > --- a/arch/arm/boot/dts/sama5d2.dtsi > +++ b/arch/arm/boot/dts/sama5d2.dtsi > @@ -232,7 +232,7 @@ > }; > =20 > usb1: ohci@00400000 { > - compatible =3D "atmel,at91rm9200-ohci", "usb-ohci"; > + compatible =3D "atmel,sama5d2-ohci", "usb-ohci"; We must change this to: + compatible =3D "atmel,sama5d2-ohci", "atmel,at91rm9200-ohci", "usb-= ohci"; To make it independent from the one that may reach Mainline through the= USB git tree. > reg =3D <0x00400000 0x100000>; > interrupts =3D <41 IRQ_TYPE_LEVEL_HIGH 2>; > clocks =3D <&uhphs_clk>, <&uhphs_clk>, <&uhpck>; >=20 Bye, --=20 Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html