mbox series

[U-Boot,0/3] arm: dts: ti: sync cpsw/mdio/phy with latest linux 1 - drop phy_id

Message ID 20190831073034.27934-1-grygorii.strashko@ti.com
Headers show
Series arm: dts: ti: sync cpsw/mdio/phy with latest linux 1 - drop phy_id | expand

Message

Grygorii Strashko Aug. 31, 2019, 7:30 a.m. UTC
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated
phy_id property with phy-handle.

Grygorii Strashko (3):
  arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id
  arm: dts: am437x: sync cpsw/mdio/phy with latest linux - drop phy_id
  arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id

 arch/arm/dts/am335x-baltos.dts       | 14 ++++++++++++--
 arch/arm/dts/am335x-bone-common.dtsi | 12 ++++++------
 arch/arm/dts/am335x-brsmarc1.dts     | 12 ++++++++++--
 arch/arm/dts/am335x-brxre1.dts       | 12 ++++++++++--
 arch/arm/dts/am335x-chiliboard.dts   |  6 +++++-
 arch/arm/dts/am335x-draco.dts        |  2 +-
 arch/arm/dts/am335x-evm.dts          | 14 +++++++-------
 arch/arm/dts/am335x-evmsk.dts        | 16 ++++++++++++----
 arch/arm/dts/am335x-icev2.dts        | 12 ++++++++++--
 arch/arm/dts/am335x-igep0033.dtsi    | 12 ++++++++++--
 arch/arm/dts/am335x-pxm2.dtsi        | 12 ++++++++++--
 arch/arm/dts/am335x-rut.dts          |  7 +------
 arch/arm/dts/am335x-shc.dts          | 10 +++++-----
 arch/arm/dts/am335x-sl50.dts         | 13 +++++++------
 arch/arm/dts/am437x-gp-evm.dts       |  6 +++++-
 arch/arm/dts/am437x-idk-evm.dts      |  7 ++++++-
 arch/arm/dts/am437x-sk-evm.dts       | 12 ++++++++++--
 arch/arm/dts/am43x-epos-evm.dts      | 12 ++++++------
 arch/arm/dts/am57xx-idk-common.dtsi  | 14 ++++++++++++--
 arch/arm/dts/dra7-evm.dts            | 14 ++++++++++++--
 arch/arm/dts/dra71-evm.dts           |  4 ++--
 arch/arm/dts/dra72-evm-revc.dts      |  4 ++--
 arch/arm/dts/dra72-evm.dts           |  8 +++++++-
 arch/arm/dts/dra76-evm.dts           |  4 ++--
 24 files changed, 170 insertions(+), 69 deletions(-)

Comments

Lokesh Vutla Sept. 4, 2019, 8:38 a.m. UTC | #1
On 31/08/19 1:00 PM, Grygorii Strashko wrote:
> Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated
> phy_id property with phy-handle.

For the series:
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> 
> Grygorii Strashko (3):
>   arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id
>   arm: dts: am437x: sync cpsw/mdio/phy with latest linux - drop phy_id
>   arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id
> 
>  arch/arm/dts/am335x-baltos.dts       | 14 ++++++++++++--
>  arch/arm/dts/am335x-bone-common.dtsi | 12 ++++++------
>  arch/arm/dts/am335x-brsmarc1.dts     | 12 ++++++++++--
>  arch/arm/dts/am335x-brxre1.dts       | 12 ++++++++++--
>  arch/arm/dts/am335x-chiliboard.dts   |  6 +++++-
>  arch/arm/dts/am335x-draco.dts        |  2 +-
>  arch/arm/dts/am335x-evm.dts          | 14 +++++++-------
>  arch/arm/dts/am335x-evmsk.dts        | 16 ++++++++++++----
>  arch/arm/dts/am335x-icev2.dts        | 12 ++++++++++--
>  arch/arm/dts/am335x-igep0033.dtsi    | 12 ++++++++++--
>  arch/arm/dts/am335x-pxm2.dtsi        | 12 ++++++++++--
>  arch/arm/dts/am335x-rut.dts          |  7 +------
>  arch/arm/dts/am335x-shc.dts          | 10 +++++-----
>  arch/arm/dts/am335x-sl50.dts         | 13 +++++++------
>  arch/arm/dts/am437x-gp-evm.dts       |  6 +++++-
>  arch/arm/dts/am437x-idk-evm.dts      |  7 ++++++-
>  arch/arm/dts/am437x-sk-evm.dts       | 12 ++++++++++--
>  arch/arm/dts/am43x-epos-evm.dts      | 12 ++++++------
>  arch/arm/dts/am57xx-idk-common.dtsi  | 14 ++++++++++++--
>  arch/arm/dts/dra7-evm.dts            | 14 ++++++++++++--
>  arch/arm/dts/dra71-evm.dts           |  4 ++--
>  arch/arm/dts/dra72-evm-revc.dts      |  4 ++--
>  arch/arm/dts/dra72-evm.dts           |  8 +++++++-
>  arch/arm/dts/dra76-evm.dts           |  4 ++--
>  24 files changed, 170 insertions(+), 69 deletions(-)
>
Grygorii Strashko Oct. 8, 2019, 4:12 p.m. UTC | #2
Hi Tom, All,

On 04/09/2019 11:38, Lokesh Vutla wrote:
> 
> 
> On 31/08/19 1:00 PM, Grygorii Strashko wrote:
>> Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated
>> phy_id property with phy-handle.
> 
> For the series:
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
> 

Are there anything else I need to do to have this merged?
Sry, for impatience.
Lokesh Vutla Nov. 1, 2019, 4:35 p.m. UTC | #3
Tom,

On 04/09/19 2:08 PM, Lokesh Vutla wrote:
> 
> 
> On 31/08/19 1:00 PM, Grygorii Strashko wrote:
>> Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated
>> phy_id property with phy-handle.
> 
> For the series:
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

It's been there for long time and no further comments are expected. Do you mind
pulling these for rc2?

Thanks and regards,
Lokesh

> 
> Thanks and regards,
> Lokesh
> 
>>
>> Grygorii Strashko (3):
>>   arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id
>>   arm: dts: am437x: sync cpsw/mdio/phy with latest linux - drop phy_id
>>   arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id
>>
>>  arch/arm/dts/am335x-baltos.dts       | 14 ++++++++++++--
>>  arch/arm/dts/am335x-bone-common.dtsi | 12 ++++++------
>>  arch/arm/dts/am335x-brsmarc1.dts     | 12 ++++++++++--
>>  arch/arm/dts/am335x-brxre1.dts       | 12 ++++++++++--
>>  arch/arm/dts/am335x-chiliboard.dts   |  6 +++++-
>>  arch/arm/dts/am335x-draco.dts        |  2 +-
>>  arch/arm/dts/am335x-evm.dts          | 14 +++++++-------
>>  arch/arm/dts/am335x-evmsk.dts        | 16 ++++++++++++----
>>  arch/arm/dts/am335x-icev2.dts        | 12 ++++++++++--
>>  arch/arm/dts/am335x-igep0033.dtsi    | 12 ++++++++++--
>>  arch/arm/dts/am335x-pxm2.dtsi        | 12 ++++++++++--
>>  arch/arm/dts/am335x-rut.dts          |  7 +------
>>  arch/arm/dts/am335x-shc.dts          | 10 +++++-----
>>  arch/arm/dts/am335x-sl50.dts         | 13 +++++++------
>>  arch/arm/dts/am437x-gp-evm.dts       |  6 +++++-
>>  arch/arm/dts/am437x-idk-evm.dts      |  7 ++++++-
>>  arch/arm/dts/am437x-sk-evm.dts       | 12 ++++++++++--
>>  arch/arm/dts/am43x-epos-evm.dts      | 12 ++++++------
>>  arch/arm/dts/am57xx-idk-common.dtsi  | 14 ++++++++++++--
>>  arch/arm/dts/dra7-evm.dts            | 14 ++++++++++++--
>>  arch/arm/dts/dra71-evm.dts           |  4 ++--
>>  arch/arm/dts/dra72-evm-revc.dts      |  4 ++--
>>  arch/arm/dts/dra72-evm.dts           |  8 +++++++-
>>  arch/arm/dts/dra76-evm.dts           |  4 ++--
>>  24 files changed, 170 insertions(+), 69 deletions(-)
>>
Tom Rini Nov. 1, 2019, 9:48 p.m. UTC | #4
On Fri, Nov 01, 2019 at 10:05:04PM +0530, Lokesh Vutla wrote:
> Tom,
> 
> On 04/09/19 2:08 PM, Lokesh Vutla wrote:
> > 
> > 
> > On 31/08/19 1:00 PM, Grygorii Strashko wrote:
> >> Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated
> >> phy_id property with phy-handle.
> > 
> > For the series:
> > Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
> 
> It's been there for long time and no further comments are expected. Do you mind
> pulling these for rc2?

On my list, thanks.