Re: [PATCH 2/5] arm64: dts: imx8mm-beacon-kit: Add missing build through Makefile
From: Shawn Guo <shawnguo@kernel.org>
Date: 2020-08-30 07:05:03
Also in:
linux-devicetree, lkml
From: Shawn Guo <shawnguo@kernel.org>
Date: 2020-08-30 07:05:03
Also in:
linux-devicetree, lkml
On Sun, Aug 23, 2020 at 07:20:16PM +0200, Krzysztof Kozlowski wrote:
Add missing imx8mm-beacon-kit.dts object in Makefile so it will be build when building dtbs. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
We have applied a patch from Rob [1] for that. Shawn [1] https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/commit/?h=imx/fixes&id=56e79dfd036b538940227fb31371c1cd67b2467f
--- arch/arm64/boot/dts/freescale/Makefile | 1 + 1 file changed, 1 insertion(+)diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile index a39f0a1723e0..903c0eb61290 100644 --- a/arch/arm64/boot/dts/freescale/Makefile +++ b/arch/arm64/boot/dts/freescale/Makefile@@ -28,6 +28,7 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-honeycomb.dtb dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb +dtb-$(CONFIG_ARCH_MXC) += imx8mm-beacon-kit.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mm-evk.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mn-evk.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mn-ddr4-evk.dtb-- 2.17.1
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel