diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-04 19:14:28 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-12-07 15:09:06 -0500 |
commit | 1f57877a39105ec4d99d63d02058f6db6ca6abe0 (patch) | |
tree | e975e9f66a8b66687b66d32f00160c9fcc98d699 /arch | |
parent | 911b237d7d327db5371a762f4d8d8cd9ea763662 (diff) |
ibm_newemac: Cleanup/Fix RGMII MDIO support detection
More than just "AXON" version of EMAC RGMII supports MDIO, so replace
the current test with a generic property in the device-tree that
indicates such support.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/sequoia.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts index 8833dfe2e8b4..3d0dfaecc7b6 100644 --- a/arch/powerpc/boot/dts/sequoia.dts +++ b/arch/powerpc/boot/dts/sequoia.dts | |||
@@ -245,6 +245,7 @@ | |||
245 | device_type = "rgmii-interface"; | 245 | device_type = "rgmii-interface"; |
246 | compatible = "ibm,rgmii-440epx", "ibm,rgmii"; | 246 | compatible = "ibm,rgmii-440epx", "ibm,rgmii"; |
247 | reg = <ef601000 8>; | 247 | reg = <ef601000 8>; |
248 | has-mdio; | ||
248 | }; | 249 | }; |
249 | 250 | ||
250 | EMAC0: ethernet@ef600e00 { | 251 | EMAC0: ethernet@ef600e00 { |