From: Geert Uytterhoeven Date: Wed, 29 Oct 2014 13:58:51 +0000 (+0100) Subject: ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property X-Git-Tag: upstream/snapshot3+hdmi^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e55e4e88afa495b50502456c33c11803d040bdb5;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property The SATA node used the generic compatible property only, which was deprecated by commit e67adb4e669db834 ("sata_rcar: Add R-Car Gen2 SATA PHY support"). Add the SoC-specific one introduced by that commit. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman (cherry picked from commit 25af9c83151822eb6d413b4d15d5f89804606ac7) Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index fda814e..a884532 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -303,7 +303,7 @@ }; sata: sata@fc600000 { - compatible = "renesas,rcar-sata"; + compatible = "renesas,sata-r8a7779", "renesas,rcar-sata"; reg = <0xfc600000 0x2000>; interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>; clocks = <&mstp1_clks R8A7779_CLK_SATA>;