Commit 41c7b401 authored by Gernot Vormayr's avatar Gernot Vormayr Committed by Benjamin Herrenschmidt

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: default avatarGernot Vormayr <gvormayr@gmail.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent c19d8248
......@@ -272,6 +272,12 @@ ethernet@81c00000 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment