Skip to content

Commit

Permalink
ARM: dts: r8a7790: Use USB3.0 fallback compatibility string
Browse files Browse the repository at this point in the history
Use recently added fallback compatibility string in r8a7790 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 e6c2488 commit 92cc779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7790.dtsi
Original file line number Diff line number Diff line change
@@ -1513,7 +1513,7 @@
};

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

0 comments on commit 92cc779

Please sign in to comment.