Skip to content

Commit 276170b

Browse files
author
Fox Snowpatch
committed
1 parent 85ff933 commit 276170b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

arch/powerpc/boot/dts/mgcoge.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@
153153
interrupt-parent = <&PIC>;
154154
linux,network-index = <0>;
155155
fsl,cpm-command = <0xce00000>;
156-
fixed-link = <0 0 10 0 0>;
156+
157+
fixed-link {
158+
speed = <10>;
159+
full-duplex;
160+
};
157161
};
158162

159163
i2c@11860 {

arch/powerpc/boot/dts/tqm8xx.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,11 @@
185185
interrupt-parent = <&CPM_PIC>;
186186
fsl,cpm-command = <0000>;
187187
linux,network-index = <0>;
188-
fixed-link = <0 0 10 0 0>;
188+
189+
fixed-link {
190+
speed = <10>;
191+
full-duplex;
192+
};
189193
};
190194
};
191195
};

0 commit comments

Comments
 (0)