Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92cc7798 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: dts: r8a7790: Use USB3.0 fallback compatibility string



Use recently added fallback compatibility string in r8a7790 device tree.

Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent e6c24882
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;