diff mbox

[3/3] ARM: shmobile: r8a7794: use fallback usbhs compatibility string

Message ID 1450404705-5449-4-git-send-email-horms+renesas@verge.net.au (mailing list archive)
State New, archived
Headers show

Commit Message

Simon Horman Dec. 18, 2015, 2:11 a.m. UTC
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(-)

Comments

Geert Uytterhoeven Dec. 18, 2015, 10:16 a.m. UTC | #1
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
Simon Horman Dec. 21, 2015, 4:34 a.m. UTC | #2
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.
diff mbox

Patch

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>;