Commit facbe709 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: Drop undocumented SATA phy names



While "phy-names" is allowed for sata-port nodes, the names used aren't
documented and are incorrect ("sata-phy" is what's documented). The name
for a single entry is fairly useless, so just drop the property.

Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 9852d85e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -214,7 +214,6 @@ &cp0_sata0 {

	sata-port@1 {
		phys = <&cp0_comphy3 1>;
		phy-names = "cp0-sata0-1-phy";
	};
};

+0 −2
Original line number Diff line number Diff line
@@ -433,13 +433,11 @@ &cp0_sata0 {
	/* 7 + 12 SATA connector (J24) */
	sata-port@0 {
		phys = <&cp0_comphy2 0>;
		phy-names = "cp0-sata0-0-phy";
	};

	/* M.2-2250 B-key (J39) */
	sata-port@1 {
		phys = <&cp0_comphy3 1>;
		phy-names = "cp0-sata0-1-phy";
	};
};

+0 −1
Original line number Diff line number Diff line
@@ -475,7 +475,6 @@ &cp1_sata0 {

	sata-port@1 {
		phys = <&cp1_comphy0 1>;
		phy-names = "cp1-sata0-1-phy";
	};
};

+0 −2
Original line number Diff line number Diff line
@@ -145,11 +145,9 @@ &cp0_sata0 {

	sata-port@0 {
		phys = <&cp0_comphy1 0>;
		phy-names = "cp0-sata0-0-phy";
	};
	sata-port@1 {
		phys = <&cp0_comphy3 1>;
		phy-names = "cp0-sata0-1-phy";
	};
};

+0 −1
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@ &cp0_sata0 {
	/* CPM Lane 5 - U29 */
	sata-port@1 {
		phys = <&cp0_comphy5 1>;
		phy-names = "cp0-sata0-1-phy";
	};
};

Loading