On Mon, 2006-08-21 at 14:29 -0500, Andy Fleming wrote:
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts
b/arch/powerpc/boot/dts/mpc8540ads.dts
index 93d2c2d..5f41c1f 100644
--- a/arch/powerpc/boot/dts/mpc8540ads.dts
+++ b/arch/powerpc/boot/dts/mpc8540ads.dts
@@ -83,11 +83,11 @@
reg = <1>;
device_type = "ethernet-phy";
};
- ethernet-phy@2 {
- linux,phandle = <2452002>;
+ ethernet-phy@3 {
+ linux,phandle = <2452003>;
Again, doesn't DTC assign linux,phandle properties as needed (i.e. when
the node is referenced with & syntax)?
-Hollis