Skip to content

Commit ca643cc

Browse files
committed
Merge branch 'freescale-t1040rdb-dts-updates'
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/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents 8f9850d + 8b322f9 commit ca643cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
/ {
1212
model = "fsl,T1040RDB-REV-A";
13-
compatible = "fsl,T1040RDB-REV-A";
1413
};
1514

1615
&seville_port0 {

arch/powerpc/boot/dts/fsl/t1040rdb.dts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@
180180
};
181181

182182
&seville_port8 {
183-
ethernet = <&enet0>;
183+
status = "okay";
184+
};
185+
186+
&seville_port9 {
184187
status = "okay";
185188
};

arch/powerpc/boot/dts/fsl/t1040si-post.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@
686686
seville_port8: port@8 {
687687
reg = <8>;
688688
phy-mode = "internal";
689+
ethernet = <&enet0>;
689690
status = "disabled";
690691

691692
fixed-link {
@@ -697,6 +698,7 @@
697698
seville_port9: port@9 {
698699
reg = <9>;
699700
phy-mode = "internal";
701+
ethernet = <&enet1>;
700702
status = "disabled";
701703

702704
fixed-link {

0 commit comments

Comments
 (0)