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

Commit 81ae0ac3 authored by Simon Horman's avatar Simon Horman
Browse files

arm64: dts: r8a7795: Use USB3.0 fallback compatibility string



Use recently added fallback compatibility string in r8a7795 device tree.

Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 308b7e4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -982,7 +982,7 @@
		};

		xhci0: usb@ee000000 {
			compatible = "renesas,xhci-r8a7795";
			compatible = "renesas,xhci-r8a7795", "renesas,rcar-gen3-xhci";
			reg = <0 0xee000000 0 0xc00>;
			interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 328>;
@@ -991,7 +991,7 @@
		};

		xhci1: usb@ee0400000 {
			compatible = "renesas,xhci-r8a7795";
			compatible = "renesas,xhci-r8a7795", "renesas,rcar-gen3-xhci";
			reg = <0 0xee040000 0 0xc00>;
			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 327>;