Commit 6ece0f7d authored by Pali Rohár's avatar Pali Rohár Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: armada-37xx: Add SATA comphy into main armada-37xx.dtsi file



SATA on A3720 SOC can use only comphy2, so move this definition from board
specific DTS file armada-3720-espressobin.dtsi into main A3720 SOC file
armada-37xx.dtsi.

Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent e8ff9d59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -67,8 +67,6 @@ &pcie0 {
/* J6 */
&sata {
	status = "okay";
	phys = <&comphy2 0>;
	phy-names = "sata-phy";
};

/* U11 */
+2 −0
Original line number Diff line number Diff line
@@ -458,6 +458,8 @@ sata: sata@e0000 {
				reg = <0xe0000 0x178>;
				interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&nb_periph_clk 1>;
				phys = <&comphy2 0>;
				phy-names = "sata-phy";
				status = "disabled";
			};