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

Commit 25af9c83 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property



The SATA node used the generic compatible property only, which was
deprecated by commit e67adb4e ("sata_rcar: Add R-Car Gen2 SATA
PHY support"). Add the SoC-specific one introduced by that commit.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 16b355b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -303,7 +303,7 @@
	};
	};


	sata: sata@fc600000 {
	sata: sata@fc600000 {
		compatible = "renesas,rcar-sata";
		compatible = "renesas,sata-r8a7779", "renesas,rcar-sata";
		reg = <0xfc600000 0x2000>;
		reg = <0xfc600000 0x2000>;
		interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&mstp1_clks R8A7779_CLK_SATA>;
		clocks = <&mstp1_clks R8A7779_CLK_SATA>;