[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250611114336.2392320-1-s-vadapalli@ti.com>
Date: Wed, 11 Jun 2025 17:13:31 +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 v2 0/5] 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 AM68-SK-Base-Board, J721S2-Common-Processor-Board
Series is based on linux-next tagged next-20250611.
v1 of this series is at:
https://lore.kernel.org/r/20250529133443.1252293-1-s-vadapalli@ti.com/
Changes since v1:
- Based on Krzysztof's feedback on the v1 series, patches have been
squashed with SoC and Board changes combined into a single patch.
- "mcu_cpsw2g" has been enabled in the board file
"k3-am68-sk-base-board.dts" since AM68-SK-Base Board uses the SoC file
for J721S2.
Logs:
1. AM625-SK:
https://gist.github.com/Siddharth-Vadapalli-at-TI/b82ecd46b0116211ff8bf2ca7bfd1b9f
2. AM654-Base-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/91d5ed19429d9758b152d98fb61a41f0
3. AM68-SK-Base-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/e1f28b4ef6e1e864a76235fa74949daf
4. J7200-Common-Processor-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/f11bcc3d79ec8cd9577e2d44ba6a7182
5. J721E-Common-Processor-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/9bbe7832ad153a65c5978dc6e0113a1c
6. J721S2-Common-Processor-Board:
https://gist.github.com/Siddharth-Vadapalli-at-TI/684f100cda6f8e1d672f61136b2f8fb5
Regards,
Siddharth.
Siddharth Vadapalli (5):
arm64: dts: ti: k3-am62: disable "cpsw3g" in SoC file and enable in
board files
arm64: dts: ti: k3-am65: disable "mcu_cpsw" in SoC file and enable in
board files
arm64: dts: ti: k3-j7200: disable "mcu_cpsw" in SoC file and enable in
board file
arm64: dts: ti: k3-j721e: disable "mcu_cpsw" in SoC file and enable it
in board file
arm64: dts: ti: k3-j721s2: disable "mcu_cpsw" in SoC file and enable
in board files
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-am68-sk-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 ++
14 files changed, 21 insertions(+), 4 deletions(-)
--
2.34.1
Powered by blists - more mailing lists