diff options
author | Gernot Vormayr <gvormayr@gmail.com> | 2012-11-14 06:59:09 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-01-10 15:09:05 +1100 |
commit | 41c7b401b9c131a53823673a788d73e340ce4d2a (patch) | |
tree | c07da0f2f59889f0a95c56d5f8bb4375f9ca0110 /arch/powerpc/boot | |
parent | c19d82486216b1c674208f76fed6b9eb4ee45ad3 (diff) | |
download | op-kernel-dev-41c7b401b9c131a53823673a788d73e340ce4d2a.zip op-kernel-dev-41c7b401b9c131a53823673a788d73e340ce4d2a.tar.gz |
powerpc/dts/virtex440: Add ethernet phy to virtex440-ml507 board
This adds the marvel phy which is present on the ml507 board.
Without this ethtool causes kernel-oopses.
Tested on ml507 board.
Signed-off-by: Gernot Vormayr <gvormayr@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/virtex440-ml507.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/virtex440-ml507.dts b/arch/powerpc/boot/dts/virtex440-ml507.dts index 52d8c1a..fc7073b 100644 --- a/arch/powerpc/boot/dts/virtex440-ml507.dts +++ b/arch/powerpc/boot/dts/virtex440-ml507.dts @@ -272,6 +272,12 @@ xlnx,temac-type = <0>; xlnx,txcsum = <1>; xlnx,txfifo = <0x1000>; + phy-handle = <&phy7>; + clock-frequency = <100000000>; + phy7: phy@7 { + compatible = "marvell,88e1111"; + reg = <7>; + } ; } ; } ; IIC_EEPROM: i2c@81600000 { |