Skip to content

Commit

Permalink
arm64: dts: marvell: Drop undocumented SATA phy names
Browse files Browse the repository at this point in the history
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: Rob Herring (Arm) <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
  • Loading branch information
robherring authored and gclement committed Nov 5, 2024
1 parent 9852d85 commit facbe70
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/marvell/armada-7040-db.dts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@

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

Expand Down
2 changes: 0 additions & 2 deletions arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts
Original file line number Diff line number Diff line change
Expand Up @@ -433,13 +433,11 @@
/* 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";
};
};

Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@

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

Expand Down
2 changes: 0 additions & 2 deletions arch/arm64/boot/dts/marvell/armada-8040-db.dts
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,9 @@

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";
};
};

Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@
/* CPM Lane 5 - U29 */
sata-port@1 {
phys = <&cp0_comphy5 1>;
phy-names = "cp0-sata0-1-phy";
};
};

Expand Down
2 changes: 0 additions & 2 deletions arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,10 @@

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

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

Expand Down

0 comments on commit facbe70

Please sign in to comment.