diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-08-08 12:44:22 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-10-24 13:37:01 +0200 |
commit | 2975a42b42c538f9d69d19cebcc277428732fb73 (patch) | |
tree | 3ed25acb97515b7824d70f53f4bd75439d91e301 /arch/arm/dts/zynqmp-g-a2197-00-revA.dts | |
parent | 50d92833477eb582bed7cab9449997c3a39b6f17 (diff) | |
download | u-boot-2975a42b42c538f9d69d19cebcc277428732fb73.tar.gz u-boot-2975a42b42c538f9d69d19cebcc277428732fb73.tar.xz u-boot-2975a42b42c538f9d69d19cebcc277428732fb73.zip |
arm64: zynqmp: Use ethernet-phy as node name for ethernet phys
Ethernet phys based on devicetree specification should be using
ethernet-phy@ node name instead of pure phy@.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-g-a2197-00-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-g-a2197-00-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-g-a2197-00-revA.dts b/arch/arm/dts/zynqmp-g-a2197-00-revA.dts index ae834bc2a6..6e5a0d2c5b 100644 --- a/arch/arm/dts/zynqmp-g-a2197-00-revA.dts +++ b/arch/arm/dts/zynqmp-g-a2197-00-revA.dts @@ -58,7 +58,7 @@ phy-handle = <&phy0>; phy-mode = "sgmii"; is-internal-pcspma; - phy0: phy@0 { /* marwell m88e1512 */ + phy0: ethernet-phy@0 { /* marwell m88e1512 */ reg = <0>; reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>; /* xlnx,phy-type = <PHY_TYPE_SGMII>; */ |