diff options
| author | David Roman <droman@ifae.es> | 2021-01-19 16:52:54 +0100 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2021-01-28 13:54:21 -0600 |
| commit | eb4ba06eb1bc7743dba2412b0c903ec5d5628cae (patch) | |
| tree | e0061616c46c3a52f6dd48d05fe541f69c9e0847 | |
| parent | e1748ff5449e0ccf97da37a9304ec7d7f7743613 (diff) | |
| download | meta-xilinx-eb4ba06eb1bc7743dba2412b0c903ec5d5628cae.tar.gz | |
picozed-zynq7.dts: add marvell,88e1510 to eth phy
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts b/meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts index 4ec64f5e..6f9b653a 100644 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | phy-handle = <ðernet_phy>; | 34 | phy-handle = <ðernet_phy>; |
| 35 | 35 | ||
| 36 | ethernet_phy: ethernet-phy@0 { | 36 | ethernet_phy: ethernet-phy@0 { |
| 37 | compatible = "marvell,88e1512"; | 37 | compatible = "marvell,88e1512", "marvell,88e1510"; |
| 38 | device_type = "ethernet-phy"; | 38 | device_type = "ethernet-phy"; |
| 39 | reg = <0>; | 39 | reg = <0>; |
| 40 | }; | 40 | }; |
