Skip to content

Commit

Permalink
Merge tag 'mvebu-dt64-6.14-1' of https://git.kernel.org/pub/scm/linux…
Browse files Browse the repository at this point in the history
…/kernel/git/gclement/mvebu into soc/dt

mvebu dt64 for 6.14 (part 1)

Fix errors reported by dtbs_check for sata related nodes
Fix cp1 comphy link on Marvell CN913x platforms

* tag 'mvebu-dt64-6.14-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu:
  arm64: dts: marvell: drop additional phy-names for sata
  arm64: dts: marvell: only enable complete sata nodes
  arm64: dts: marvell: cn9131-cf-solidwan: fix cp1 comphy links

Link: https://lore.kernel.org/r/87frlnygej.fsf@BLaptop.bootlin.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Jan 16, 2025
2 parents 116eda2 + a34c9fa commit dec61b8
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/marvell/armada-7040-db.dts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@

sata-port@1 {
phys = <&cp0_comphy3 1>;
status = "okay";
};
};

Expand Down
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,13 @@
/* 7 + 12 SATA connector (J24) */
sata-port@0 {
phys = <&cp0_comphy2 0>;
status = "okay";
};

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

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

sata-port@1 {
phys = <&cp1_comphy0 1>;
status = "okay";
};
};

Expand Down
5 changes: 3 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,9 +145,12 @@

sata-port@0 {
phys = <&cp0_comphy1 0>;
status = "okay";
};

sata-port@1 {
phys = <&cp0_comphy3 1>;
status = "okay";
};
};

Expand Down Expand Up @@ -304,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
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
/* CPM Lane 5 - U29 */
sata-port@1 {
phys = <&cp0_comphy5 1>;
status = "okay";
};
};

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

sata-port@0 {
phys = <&cp0_comphy2 0>;
status = "okay";
};

sata-port@1 {
phys = <&cp0_comphy5 1>;
status = "okay";
};
};

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

sata-port@0 {
reg = <0>;
status = "disabled";
};

sata-port@1 {
reg = <1>;
status = "disabled";
};
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/marvell/cn9130-crb-B.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
status = "okay";
/* Generic PHY, providing serdes lanes */
phys = <&cp0_comphy2 0>;
status = "okay";
};
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/marvell/cn9131-cf-solidwan.dts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
managed = "in-band-status";
phy-mode = "sgmii";
phy = <&cp1_phy0>;
phys = <&cp0_comphy3 1>;
phys = <&cp1_comphy3 1>;
status = "okay";
};

Expand All @@ -444,7 +444,7 @@
managed = "in-band-status";
phy-mode = "sgmii";
phy = <&cp1_phy1>;
phys = <&cp0_comphy5 2>;
phys = <&cp1_comphy5 2>;
status = "okay";
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/marvell/cn9131-db.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
sata-port@1 {
/* Generic PHY, providing serdes lanes */
phys = <&cp1_comphy5 1>;
status = "okay";
};
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/marvell/cn9132-db.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
sata-port@0 {
/* Generic PHY, providing serdes lanes */
phys = <&cp2_comphy2 0>;
status = "okay";
};
};

Expand Down

0 comments on commit dec61b8

Please sign in to comment.