Message ID | 20230912043308.20629-1-s-vadapalli@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for overlay file | expand |
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
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
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 <robh+dt@kernel.org> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> --- NOTE: This patch is based on linux-next tagged next-20230911. v1: https://lore.kernel.org/r/20230911052158.89185-1-s-vadapalli@ti.com/ 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(+)