Skip to content

Commit

Permalink
Merge branch 'freescale-t1040rdb-dts-updates'
Browse files Browse the repository at this point in the history
Vladimir Oltean says:

====================
Freescale T1040RDB DTS updates

This contains a fix for the new device tree for the T1040RDB rev A
board, which never worked, and an update to enable multiple CPU port
support for all revisions of the T1040RDB.
====================

Link: https://lore.kernel.org/r/20230224155941.514638-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Jakub Kicinski committed Feb 28, 2023
2 parents 8f9850d + 8b322f9 commit ca643cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

/ {
model = "fsl,T1040RDB-REV-A";
compatible = "fsl,T1040RDB-REV-A";
};

&seville_port0 {
Expand Down
5 changes: 4 additions & 1 deletion arch/powerpc/boot/dts/fsl/t1040rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
};

&seville_port8 {
ethernet = <&enet0>;
status = "okay";
};

&seville_port9 {
status = "okay";
};
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@
seville_port8: port@8 {
reg = <8>;
phy-mode = "internal";
ethernet = <&enet0>;
status = "disabled";

fixed-link {
Expand All @@ -697,6 +698,7 @@
seville_port9: port@9 {
reg = <9>;
phy-mode = "internal";
ethernet = <&enet1>;
status = "disabled";

fixed-link {
Expand Down

0 comments on commit ca643cc

Please sign in to comment.