Skip to content

Commit

Permalink
arm64: dts: marvell: drop additional phy-names for sata
Browse files Browse the repository at this point in the history
Commit facbe70 ("arm64: dts: marvell: Drop undocumented SATA phy names")
drops some phy-names from devicetrees but misses some. Drop them too.

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
  • Loading branch information
Frank Wunderlich authored and Gregory CLEMENT committed Jan 8, 2025
1 parent 3002387 commit a34c9fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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 @@ -307,11 +307,9 @@

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

Expand Down
2 changes: 0 additions & 2 deletions arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,11 @@
/* CPS Lane 1 - U32 */
sata-port@0 {
phys = <&cp1_comphy1 0>;
phy-names = "cp1-sata0-0-phy";
};

/* CPS Lane 3 - U31 */
sata-port@1 {
phys = <&cp1_comphy3 1>;
phy-names = "cp1-sata0-1-phy";
};
};

Expand Down

0 comments on commit a34c9fa

Please sign in to comment.