diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-29 09:58:51 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-29 21:01:37 -0400 |
commit | 25af9c83151822eb6d413b4d15d5f89804606ac7 (patch) | |
tree | 8637b3e68e423cf29a8b3b2019e9031abf7a90db | |
parent | 16b355b4aa234f4358c288e931e4cdefbbcfc4b0 (diff) |
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 <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7779.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index fda814ed191d..a8845328827a 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi | |||
@@ -303,7 +303,7 @@ | |||
303 | }; | 303 | }; |
304 | 304 | ||
305 | sata: sata@fc600000 { | 305 | sata: sata@fc600000 { |
306 | compatible = "renesas,rcar-sata"; | 306 | compatible = "renesas,sata-r8a7779", "renesas,rcar-sata"; |
307 | reg = <0xfc600000 0x2000>; | 307 | reg = <0xfc600000 0x2000>; |
308 | interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>; | 308 | interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>; |
309 | clocks = <&mstp1_clks R8A7779_CLK_SATA>; | 309 | clocks = <&mstp1_clks R8A7779_CLK_SATA>; |