Message ID | 1450404705-5449-4-git-send-email-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Simon Horman |
Headers | show |
On Fri, Dec 18, 2015 at 3:11 AM, Simon Horman <horms+renesas@verge.net.au> wrote: > --- a/arch/arm/boot/dts/r8a7794.dtsi > +++ b/arch/arm/boot/dts/r8a7794.dtsi > @@ -724,7 +724,7 @@ > }; > > hsusb: usb@e6590000 { > - compatible = "renesas,usbhs-r8a7794"; > + compatible = "renesas,usbhs-r8a7794", "renesas,usbhs"; "renesas,rcar-gen2-usbhs", not "renesas,usbhs". (no complaints from checkpatch.pl?) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Dec 18, 2015 at 11:16:11AM +0100, Geert Uytterhoeven wrote: > On Fri, Dec 18, 2015 at 3:11 AM, Simon Horman > <horms+renesas@verge.net.au> wrote: > > --- a/arch/arm/boot/dts/r8a7794.dtsi > > +++ b/arch/arm/boot/dts/r8a7794.dtsi > > @@ -724,7 +724,7 @@ > > }; > > > > hsusb: usb@e6590000 { > > - compatible = "renesas,usbhs-r8a7794"; > > + compatible = "renesas,usbhs-r8a7794", "renesas,usbhs"; > > "renesas,rcar-gen2-usbhs", not "renesas,usbhs". > > (no complaints from checkpatch.pl?) Silly me, I will fix that. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index 6c78f1fae90f..e0b2e97da598 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi @@ -724,7 +724,7 @@ }; hsusb: usb@e6590000 { - compatible = "renesas,usbhs-r8a7794"; + compatible = "renesas,usbhs-r8a7794", "renesas,usbhs"; reg = <0 0xe6590000 0 0x100>; interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>; clocks = <&mstp7_clks R8A7794_CLK_HSUSB>;
Use recently added fallback compatibility string in r8a7794 device tree. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> --- arch/arm/boot/dts/r8a7794.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)