diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2020-07-01 15:03:29 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 19:48:53 +0800 |
commit | 5a1dcf4a6bec61d3e0b76d5e659e550a49342038 (patch) | |
tree | dd40e2dd65ef2c865b994bdf463a5ba4c0a0735b /arch/arm/boot/dts/Makefile | |
parent | 88010b8174ab3d91d6374e343443901b90e87525 (diff) |
ARM: dts: add Protonic VT7 board
The Protonic VT7 is a mid-class ISObus Virtual Terminal with a 7 inch
touchscreen display.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
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 a8d27e56c763..8750c3be9eca 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -455,6 +455,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6dl-pico-hobbit.dtb \ imx6dl-pico-nymph.dtb \ imx6dl-pico-pi.dtb \ + imx6dl-prtvt7.dtb \ imx6dl-rex-basic.dtb \ imx6dl-riotboard.dtb \ imx6dl-sabreauto.dtb \ |