Skip to content

Commit

Permalink
ARM: dts: r8a7791: Use USB3.0 fallback compatibility string
Browse files Browse the repository at this point in the history
Use recently added fallback compatibility string in r8a7791 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
  • Loading branch information
Simon Horman committed Apr 19, 2016
1 parent 92cc779 commit 26dba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7791.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@
};

xhci: usb@ee000000 {
compatible = "renesas,xhci-r8a7791";
compatible = "renesas,xhci-r8a7791", "renesas,rcar-gen2-xhci";
reg = <0 0xee000000 0 0xc00>;
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7791_CLK_SSUSB>;
Expand Down

0 comments on commit 26dba29

Please sign in to comment.