mbox series

[0/5] TI: AM654/J721e: Sync CPSW DT node from kernel

Message ID 20200706080656.19460-1-vigneshr@ti.com
Headers show
Series TI: AM654/J721e: Sync CPSW DT node from kernel | expand

Message

Vignesh Raghavendra July 6, 2020, 8:06 a.m. UTC
Make necessary driver changes to sync DT nodes from kernel.
Depends on [1]

Due to the dependencies, I would like this entire series to be merged via TI
tree.

Tested on AM654 and J721e boards

[1]  https://patchwork.ozlabs.org/project/uboot/list/?series=186589


Vignesh Raghavendra (5):
  net: ti: am65-cpsw-nuss: Remove dead code
  net: ti: am65-cpsw-nuss: Set ALE default thread enable
  net: ti: am65-cpsw-nuss: Update driver to use kernel DT
  arm: dts: k3-j721e: Sync CPSW DT node from kernel
  arm: dts: k3-am65: Sync CPSW DT node from kernel

 arch/arm/dts/k3-am65-mcu.dtsi                 | 84 +++++++++++++++++++
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi  | 54 +-----------
 .../k3-j721e-common-proc-board-u-boot.dtsi    | 74 +---------------
 arch/arm/dts/k3-j721e-mcu-wakeup.dtsi         | 74 ++++++++++++++++
 drivers/net/ti/am65-cpsw-nuss.c               | 15 ++--
 5 files changed, 167 insertions(+), 134 deletions(-)

Comments

Grygorii Strashko July 7, 2020, 1:50 p.m. UTC | #1
On 06/07/2020 11:06, Vignesh Raghavendra wrote:
> Make necessary driver changes to sync DT nodes from kernel.
> Depends on [1]
> 
> Due to the dependencies, I would like this entire series to be merged via TI
> tree.
> 
> Tested on AM654 and J721e boards
> 
> [1]  https://patchwork.ozlabs.org/project/uboot/list/?series=186589
> 
> 
> Vignesh Raghavendra (5):
>    net: ti: am65-cpsw-nuss: Remove dead code
>    net: ti: am65-cpsw-nuss: Set ALE default thread enable
>    net: ti: am65-cpsw-nuss: Update driver to use kernel DT
>    arm: dts: k3-j721e: Sync CPSW DT node from kernel
>    arm: dts: k3-am65: Sync CPSW DT node from kernel
> 
>   arch/arm/dts/k3-am65-mcu.dtsi                 | 84 +++++++++++++++++++
>   arch/arm/dts/k3-am654-base-board-u-boot.dtsi  | 54 +-----------
>   .../k3-j721e-common-proc-board-u-boot.dtsi    | 74 +---------------
>   arch/arm/dts/k3-j721e-mcu-wakeup.dtsi         | 74 ++++++++++++++++
>   drivers/net/ti/am65-cpsw-nuss.c               | 15 ++--
>   5 files changed, 167 insertions(+), 134 deletions(-)
> 

Thank you - minor coment.
Reviewed-by: Grygorii Strashko <grygorii.strashko at ti.com>
Lokesh Vutla July 14, 2020, 5:41 a.m. UTC | #2
On 06/07/20 1:36 pm, Vignesh Raghavendra wrote:
> Make necessary driver changes to sync DT nodes from kernel.
> Depends on [1]
> 
> Due to the dependencies, I would like this entire series to be merged via TI
> tree.
> 
> Tested on AM654 and J721e boards
> 
> [1]  https://patchwork.ozlabs.org/project/uboot/list/?series=186589


Applied to u-boot-ti.

Thanks and regards,
Lokesh