ARM: dts: r8a7790: Use R-Car SATA Gen2 fallback compat string
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 9 Aug 2017 08:26:41 +0000 (10:26 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 17 Aug 2017 09:02:50 +0000 (11:02 +0200)
Use newly added R-Car SATA Gen2 fallback compat string
in the DT of the r8a7790 SoC.

This should have no run-time effect as the driver matches against
the per-SoC compat string before the fallback compat string is considered.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a7790.dtsi

index 167fd57..16358bf 100644 (file)
        };
 
        sata0: sata@ee300000 {
-               compatible = "renesas,sata-r8a7790";
+               compatible = "renesas,sata-r8a7790", "renesas,rcar-gen2-sata";
                reg = <0 0xee300000 0 0x2000>;
                interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp8_clks R8A7790_CLK_SATA0>;
        };
 
        sata1: sata@ee500000 {
-               compatible = "renesas,sata-r8a7790";
+               compatible = "renesas,sata-r8a7790", "renesas,rcar-gen2-sata";
                reg = <0 0xee500000 0 0x2000>;
                interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp8_clks R8A7790_CLK_SATA1>;