mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 17:53:56 +08:00
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>
This commit is contained in:
parent
c19d824862
commit
41c7b401b9
@ -272,6 +272,12 @@
|
|||||||
xlnx,temac-type = <0>;
|
xlnx,temac-type = <0>;
|
||||||
xlnx,txcsum = <1>;
|
xlnx,txcsum = <1>;
|
||||||
xlnx,txfifo = <0x1000>;
|
xlnx,txfifo = <0x1000>;
|
||||||
|
phy-handle = <&phy7>;
|
||||||
|
clock-frequency = <100000000>;
|
||||||
|
phy7: phy@7 {
|
||||||
|
compatible = "marvell,88e1111";
|
||||||
|
reg = <7>;
|
||||||
|
} ;
|
||||||
} ;
|
} ;
|
||||||
} ;
|
} ;
|
||||||
IIC_EEPROM: i2c@81600000 {
|
IIC_EEPROM: i2c@81600000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user