diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-13 13:29:12 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-22 10:13:30 +0800 |
commit | dd1d4def682048cae8aafad0453c1e65e6596183 (patch) | |
tree | 79531c59e7e02b5d1d7a77e23848db47d51d0112 /arch/arm | |
parent | 9249d286984cb0dec97aeef4cea2a680cbe58724 (diff) | |
download | lwn-dd1d4def682048cae8aafad0453c1e65e6596183.tar.gz lwn-dd1d4def682048cae8aafad0453c1e65e6596183.zip |
ARM: dts: imx: Add an entry for imx6q-logicpd.dtb
Add an entry for imx6q-logicpd.dtb so that it can be built by default.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 245cdc445bc0..8a861fe73e42 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -532,6 +532,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6q-icore-ofcap12.dtb \ imx6q-icore-rqs.dtb \ imx6q-kp-tpc.dtb \ + imx6q-logicpd.dtb \ imx6q-marsboard.dtb \ imx6q-mccmon6.dtb \ imx6q-nitrogen6x.dtb \ |