Skip to content

Commit

Permalink
powerpc/dts/virtex440: Add ethernet phy to virtex440-ml507 board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gernot Vormayr authored and Benjamin Herrenschmidt committed Jan 10, 2013
1 parent c19d824 commit 41c7b40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/powerpc/boot/dts/virtex440-ml507.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 41c7b40

Please sign in to comment.