2023-09-12 22:26:05

by Siddharth Vadapalli

[permalink] [raw]
Subject: [PATCH v2] arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for overlay file

Specify the base dtb file k3-j721s2-common-proc-board.dtb on which the
k3-j721s2-evm-gesi-exp-board.dtbo overlay has to be applied. Name the
resulting dtb as k3-j721s2-evm.dtb.

Fixes: cac04e27f093 ("arm64: dts: ti: k3-j721s2: Add overlay to enable main CPSW2G with GESI")
Reported-by: Rob Herring <[email protected]>
Signed-off-by: Siddharth Vadapalli <[email protected]>
---

NOTE: This patch is based on linux-next tagged next-20230911.

v1:
https://lore.kernel.org/r/[email protected]/

Changes since v1:
- Addressed Rob's feedback, moving the line "k3-j721s2-evm-dtbs..."
just above the line "dtb-${CONFIG_ARCH_K3) += k3-j721s2-evm.dtb".
- Restored the following lines which were deleted in v1 patch:
"dtb-$(CONFIG_ARCH_K3) += k3-j721s2-common-proc-board.dtb"
"dtb-$(CONFIG_ARCH_K3) += k3-j721s2-evm-gesi-exp-board.dtbo"
based on Rob's feedback, to ensure that they are installed as a part
of make dtbs_install.

Regards,
Siddharth.

arch/arm64/boot/dts/ti/Makefile | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
index e7b8e2e7f083..51dab9499cd0 100644
--- a/arch/arm64/boot/dts/ti/Makefile
+++ b/arch/arm64/boot/dts/ti/Makefile
@@ -66,6 +66,8 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-sk.dtb
dtb-$(CONFIG_ARCH_K3) += k3-am68-sk-base-board.dtb
dtb-$(CONFIG_ARCH_K3) += k3-j721s2-common-proc-board.dtb
dtb-$(CONFIG_ARCH_K3) += k3-j721s2-evm-gesi-exp-board.dtbo
+k3-j721s2-evm-dtbs := k3-j721s2-common-proc-board.dtb k3-j721s2-evm-gesi-exp-board.dtbo
+dtb-$(CONFIG_ARCH_K3) += k3-j721s2-evm.dtb

# Boards with J784s4 SoC
dtb-$(CONFIG_ARCH_K3) += k3-am69-sk.dtb
--
2.34.1


2023-10-03 11:04:39

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH v2] arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for overlay file

Hi Siddharth Vadapalli,

On Tue, 12 Sep 2023 10:03:08 +0530, Siddharth Vadapalli wrote:
> Specify the base dtb file k3-j721s2-common-proc-board.dtb on which the
> k3-j721s2-evm-gesi-exp-board.dtbo overlay has to be applied. Name the
> resulting dtb as k3-j721s2-evm.dtb.
>
>

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for overlay file
commit: 35be6ac964450687ab39b846d65ee1cb2a352280

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh