From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh Raghavendra Date: Mon, 6 Jul 2020 13:36:51 +0530 Subject: [PATCH 0/5] TI: AM654/J721e: Sync CPSW DT node from kernel Message-ID: <20200706080656.19460-1-vigneshr@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- 2.27.0