Skip to content

Commit a34c9fa

Browse files
frank-wgclement
authored andcommitted
arm64: dts: marvell: drop additional phy-names for sata
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>
1 parent 3002387 commit a34c9fa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm64/boot/dts/marvell/armada-8040-db.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,9 @@
307307

308308
sata-port@0 {
309309
phys = <&cp1_comphy1 0>;
310-
phy-names = "cp1-sata0-0-phy";
311310
};
312311
sata-port@1 {
313312
phys = <&cp1_comphy3 1>;
314-
phy-names = "cp1-sata0-1-phy";
315313
};
316314
};
317315

arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,11 @@
345345
/* CPS Lane 1 - U32 */
346346
sata-port@0 {
347347
phys = <&cp1_comphy1 0>;
348-
phy-names = "cp1-sata0-0-phy";
349348
};
350349

351350
/* CPS Lane 3 - U31 */
352351
sata-port@1 {
353352
phys = <&cp1_comphy3 1>;
354-
phy-names = "cp1-sata0-1-phy";
355353
};
356354
};
357355

0 commit comments

Comments
 (0)