On Mon, Sep 11, 2023 at 04:45:37PM -0500, Rob Herring wrote: > imx8mm-prt8mm.dts was not getting built. Add it to the build. > > Fixes: 58497d7a13ed ("arm64: dts: imx: add Protonic PRT8MM board") > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > 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 c6872b7e9471..0935626c3dfb 100644 > --- a/arch/arm64/boot/dts/freescale/Makefile > +++ b/arch/arm64/boot/dts/freescale/Makefile > @@ -65,6 +65,7 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mm-kontron-bl-osm-s.dtb > dtb-$(CONFIG_ARCH_MXC) += imx8mm-mx8menlo.dtb > dtb-$(CONFIG_ARCH_MXC) += imx8mm-nitrogen-r2.dtb > dtb-$(CONFIG_ARCH_MXC) += imx8mm-phg.dtb > +dtb-$(CONFIG_ARCH_MXC) += imx8mm-prt8mm.dtb > dtb-$(CONFIG_ARCH_MXC) += imx8mm-phyboard-polis-rdk.dtb I flipped above two to keep the alphabetical order. Applied, thanks! Shawn > dtb-$(CONFIG_ARCH_MXC) += imx8mm-tqma8mqml-mba8mx.dtb > dtb-$(CONFIG_ARCH_MXC) += imx8mm-var-som-symphony.dtb > -- > 2.40.1 >