mbox series

[00/15] ARM: dts: am437x/am5/dra7/dm814x: get rid of phy_id property

Message ID 20180910225755.24611-1-grygorii.strashko@ti.com
Headers show
Series ARM: dts: am437x/am5/dra7/dm814x: get rid of phy_id property | expand

Message

Grygorii Strashko Sept. 10, 2018, 10:57 p.m. UTC
The network phy_id property is deprecated and phy-handle has to be used instead,
so replace phy_id with phy-handle for all AM437x/AM5/DRA7/dm814x boards.

Boot tested on TI AM437x/DRA7 boards.

Grygorii Strashko (15):
  ARM: dts: am43x-epos-evm: get rid of phy_id property
  ARM: dts: am437x-sk-evm: get rid of phy_id property
  ARM: dts: am437x-idk-evm: get rid of phy_id property
  ARM: dts: am437x-gp-evm: get rid of phy_id property
  ARM: dts: am437x-cm-t43: get rid of phy_id property
  ARM: dts: dra76-evm: get rid of phy_id property
  ARM: dts: dra72-evm: get rid of phy_id property
  ARM: dts: dra72-evm-revc: get rid of phy_id property
  ARM: dts: dra71-evm: get rid of phy_id property
  ARM: dts: dra7-evm: get rid of phy_id property
  ARM: dts: am57xx-idk-common: get rid of phy_id property
  ARM: dts: am57xx-cl-som-am57x: get rid of phy_id property
  ARM: dts: dm8148-evm: get rid of phy_id property
  ARM: dts: dm8148-t410: get rid of phy_id property
  ARM: dts: dra62x-j5eco-evm: get rid of phy_id property

 arch/arm/boot/dts/am437x-cm-t43.dts       | 12 ++++++++++--
 arch/arm/boot/dts/am437x-gp-evm.dts       |  6 +++++-
 arch/arm/boot/dts/am437x-idk-evm.dts      |  6 +++++-
 arch/arm/boot/dts/am437x-sk-evm.dts       | 12 ++++++++++--
 arch/arm/boot/dts/am43x-epos-evm.dts      |  6 +++++-
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 12 ++++++++++--
 arch/arm/boot/dts/am57xx-idk-common.dtsi  | 14 ++++++++++++--
 arch/arm/boot/dts/dm8148-evm.dts          | 14 ++++++++++++--
 arch/arm/boot/dts/dm8148-t410.dts         | 14 ++++++++++++--
 arch/arm/boot/dts/dra62x-j5eco-evm.dts    | 14 ++++++++++++--
 arch/arm/boot/dts/dra7-evm.dts            | 14 ++++++++++++--
 arch/arm/boot/dts/dra71-evm.dts           |  4 ++--
 arch/arm/boot/dts/dra72-evm-revc.dts      |  4 ++--
 arch/arm/boot/dts/dra72-evm.dts           |  8 +++++++-
 arch/arm/boot/dts/dra76-evm.dts           |  4 ++--
 15 files changed, 118 insertions(+), 26 deletions(-)

-- 
2.10.5

Comments

Tony Lindgren Sept. 20, 2018, 9:48 p.m. UTC | #1
* Grygorii Strashko <grygorii.strashko@ti.com> [180910 16:02]:
> The network phy_id property is deprecated and phy-handle has to be used instead,

> so replace phy_id with phy-handle for all AM437x/AM5/DRA7/dm814x boards.


Applying these too into omap-for-v4.2/dt thanks.

Tony