diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-04-19 16:32:40 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-04-23 16:48:19 +0800 |
commit | aa949fe731d0f4385c62df9067d6b0ad6afbe5f1 (patch) | |
tree | 1fe1577b0673c724b566f2c7404a5442b8900e2d /arch/arm/boot/dts/Makefile | |
parent | 9b483b889da23998f973cf683f0935879a7ff294 (diff) | |
download | lwn-aa949fe731d0f4385c62df9067d6b0ad6afbe5f1.tar.gz lwn-aa949fe731d0f4385c62df9067d6b0ad6afbe5f1.zip |
ARM: dts: tpc: Device tree description of the iMX6Q TPC board
This commit adds device tree description of Kieback & Peter GmbH
iMX6Q TPC board.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-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 c7902c447db1..587915e127da 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -469,6 +469,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6q-icore-ofcap10.dtb \ imx6q-icore-ofcap12.dtb \ imx6q-icore-rqs.dtb \ + imx6q-kp-tpc.dtb \ imx6q-marsboard.dtb \ imx6q-mccmon6.dtb \ imx6q-nitrogen6x.dtb \ |