mbox series

[00/12] ARM: dts: am335x: get rid of phy_id property

Message ID 20180909000508.25305-1-grygorii.strashko@ti.com
Headers show
Series ARM: dts: am335x: get rid of phy_id property | expand

Message

Grygorii Strashko Sept. 9, 2018, 12:04 a.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 AM335x boards.

Boot tested on TI am335x boards.

Grygorii Strashko (12):
  ARM: dts: am335x-shc: get rid of phy_id property
  ARM: dts: am335x-sl50: get rid of phy_id property
  ARM: dts: am335x-pepper: get rid of phy_id property
  ARM: dts: am335x-pdu001: get rid of phy_id property
  ARM: dts: am335x-nano: get rid of phy_id property
  ARM: dts: am335x-moxa-uc-8100-me-t: get rid of phy_id property
  ARM: dts: am335x-lxm: get rid of phy_id property
  ARM: dts: am335x-igep0033: get rid of phy_id property
  ARM: dts: am335x-evmsk: get rid of phy_id property
  ARM: dts: am335x-cm-t335: get rid of phy_id property
  ARM: dts: am335x-chiliboard: get rid of phy_id property
  ARM: dts: am335x-bone-common: get rid of phy_id property

 arch/arm/boot/dts/am335x-bone-common.dtsi      |  6 +++++-
 arch/arm/boot/dts/am335x-chiliboard.dts        |  6 +++++-
 arch/arm/boot/dts/am335x-cm-t335.dts           |  6 +++++-
 arch/arm/boot/dts/am335x-evmsk.dts             | 12 ++++++++++--
 arch/arm/boot/dts/am335x-igep0033.dtsi         | 13 +++++++++++--
 arch/arm/boot/dts/am335x-lxm.dts               | 12 ++++++++++--
 arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts | 12 ++++++++++--
 arch/arm/boot/dts/am335x-nano.dts              | 12 ++++++++++--
 arch/arm/boot/dts/am335x-pdu001.dts            | 12 ++++++++++--
 arch/arm/boot/dts/am335x-pepper.dts            | 12 ++++++++++--
 arch/arm/boot/dts/am335x-shc.dts               |  1 -
 arch/arm/boot/dts/am335x-sl50.dts              | 12 ++++++++++--
 12 files changed, 96 insertions(+), 20 deletions(-)

-- 
2.10.5

Comments

Tony Lindgren Sept. 10, 2018, 4:14 p.m. UTC | #1
* Grygorii Strashko <grygorii.strashko@ti.com> [180908 17:09]:
> The network phy_id property is deprecated and phy-handle has to be used instead,

> so replace phy_id with phy-handle for all AM335x boards.


Nice :)

Tony
Grygorii Strashko Sept. 10, 2018, 7:39 p.m. UTC | #2
On 09/10/2018 11:14 AM, Tony Lindgren wrote:
> * Grygorii Strashko <grygorii.strashko@ti.com> [180908 17:09]:

>> The network phy_id property is deprecated and phy-handle has to be used instead,

>> so replace phy_id with phy-handle for all AM335x boards.

> 

> Nice :)


I assume this is ok :). It's for next and
I'll try to send the same for am5 and am5/dra7.

-- 
regards,
-grygorii
Tony Lindgren Sept. 20, 2018, 9:41 p.m. UTC | #3
* Grygorii Strashko <grygorii.strashko@ti.com> [180910 19:44]:
> 

> 

> On 09/10/2018 11:14 AM, Tony Lindgren wrote:

> > * Grygorii Strashko <grygorii.strashko@ti.com> [180908 17:09]:

> >> The network phy_id property is deprecated and phy-handle has to be used instead,

> >> so replace phy_id with phy-handle for all AM335x boards.

> > 

> > Nice :)

> 

> I assume this is ok :). It's for next and

> I'll try to send the same for am5 and am5/dra7.


Applying all except patch 2/15 into omap-for-v4.20/dt thanks.

Care to update patch 2/15 to apply against next?

Regards,

Tony
Grygorii Strashko Sept. 20, 2018, 11:11 p.m. UTC | #4
On 09/20/2018 04:41 PM, Tony Lindgren wrote:
> * Grygorii Strashko <grygorii.strashko@ti.com> [180910 19:44]:

>>

>>

>> On 09/10/2018 11:14 AM, Tony Lindgren wrote:

>>> * Grygorii Strashko <grygorii.strashko@ti.com> [180908 17:09]:

>>>> The network phy_id property is deprecated and phy-handle has to be used instead,

>>>> so replace phy_id with phy-handle for all AM335x boards.

>>>

>>> Nice :)

>>

>> I assume this is ok :). It's for next and

>> I'll try to send the same for am5 and am5/dra7.

> 

> Applying all except patch 2/15 into omap-for-v4.20/dt thanks.

> 

> Care to update patch 2/15 to apply against next?


Do you mean 2/12? seems it's not needed any more


-- 
regards,
-grygorii