From: Simon Horman Date: Thu, 24 Mar 2016 02:01:07 +0000 (+0900) Subject: ARM: dts: r8a7790: Use USB3.0 fallback compatibility string X-Git-Tag: v4.7-rc1~60^2~5^2~18 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=92cc7798edf105b0684a4a154fc7bac9955a4766;p=uclinux-h8%2Flinux.git ARM: dts: r8a7790: Use USB3.0 fallback compatibility string Use recently added fallback compatibility string in r8a7790 device tree. Signed-off-by: Simon Horman Acked-by: Geert Uytterhoeven --- diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 7cf52e6da956..7486fcf985c4 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -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 = ; clocks = <&mstp3_clks R8A7790_CLK_SSUSB>;