[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250529133443.1252293-1-s-vadapalli@ti.com>
Date: Thu, 29 May 2025 19:04:30 +0530
From: Siddharth Vadapalli <s-vadapalli@...com>
To: <nm@...com>, <vigneshr@...com>, <kristo@...nel.org>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>
CC: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <srk@...com>,
<s-vadapalli@...com>
Subject: [PATCH 00/13] TI-K3-DTS: Cleanup CPSW DT Nodes
Hello,
This series cleans up the CPSW Device-tree nodes by updating the SoC and
board files to keep CPSW disabled in the SoC files and enable it only in
the board files.
The following is a summary of the SoCs, CPSW instance and the Boards that
this series affects:
----- ------- ---------------- --------------------------------------------
S.No. SoC CPSW Instance Board(s)
----- ------- ---------------- --------------------------------------------
1. AM62 CPSW3G AM625-Beagleplay, AM62-LP-SK, AM625-SK
2. AM65 MCU CPSW2G AM654-Base-Board, IOT-2050 Based Boards
3. J7200 MCU CPSW2G J7200-Common-Processor-Board
4. J721E MCU CPSW2G J721E-Common-Processor-Board
5. J721S2 MCU CPSW2G J721S2-Common-Processor-Board
Series is based on linux-next tagged next-20250529.
I am posting this series to receive feedback and Reviewed-by / Tested-by tags.
I will repost the series when the merge window opens.
Logs:
1. AM625-SK:
https://gist.github.com/Siddharth-Vadapalli-at-TI/aa812fda8c0653f387931bb90f12cdd0
2. AM654-Base-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/128b7ef2e0c371db4c8b3a4c4ddefcc6
3. J7200-Common-Processor-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/66837169f7370faa2dae05cb39bdaad5
4. J721E-Common-Processor-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/ad0f12f9aab3cd9b55f221062c53493d
5. J721S2-Common-Processor-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/07dd468558f90d7637f8536d935d2368
Regards,
Siddharth.
Siddharth Vadapalli (13):
arm64: dts: ti: k3-am625-beagleplay: Enable "cpsw3g" in the board file
arm64: dts: ti: k3-am62-lp-sk: Enable "cpsw3g" in the board file
arm64: dts: ti: k3-am625-sk: Enable "cpsw3g" in the board file
arm64: dts: ti: k3-am62-main: Disable "cpsw3g" in the SoC file
arm64: dts: ti: k3-am654-base-board: Enable "mcu_cpsw" in board file
arm64: dts: ti: k3-am65-mcu: Disable "mcu_cpsw" in the SoC file
arm64: dts: ti: iot2050-common: Remove redundant "mcu_cpsw" node
status
arm64: dts: ti: k3-j7200-common-proc-board: Enable "mcu_cpsw" in board
file
arm64: dts: ti: k3-j7200-mcu-wakeup: Disable "mcu_cpsw" in the SoC
file
arm64: dts: ti: k3-j721e-common-proc-board: Enable "mcu_cpsw" in board
file
arm64: dts: ti: k3-j721e-mcu-wakeup: Disable "mcu_cpsw" in the SoC
file
arm64: dts: ti: k3-j721s2-common-proc-board: Enable "mcu_cpsw" in
board file
arm64: dts: ti: k3-j721s2-mcu-wakeup: Disable "mcu_cpsw" in the SoC
file
arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts | 4 ++++
arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 2 ++
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 1 +
arch/arm64/boot/dts/ti/k3-am625-sk.dts | 1 +
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 4 ----
arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 2 ++
arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 1 +
arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts | 1 +
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 2 ++
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 1 +
arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 2 ++
arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts | 1 +
arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 2 ++
13 files changed, 20 insertions(+), 4 deletions(-)
--
2.34.1
Powered by blists - more mailing lists