diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2021-01-06 12:04:14 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-11 06:32:05 +0300 |
commit | f3604ba14bd75e081707b8107dd9420bfa573e0c (patch) | |
tree | b840785255e7d5b8fd13d89abee897cb5bb9f405 /arch/arm/boot/dts/Makefile | |
parent | f9eb60d574074f40458f63f72d3377ad42d9fc32 (diff) | |
download | linux-f3604ba14bd75e081707b8107dd9420bfa573e0c.tar.xz |
ARM: dts: add Protonic MVT board
PRTMVT is the reference platform for Protonic industrial touchscreen terminals.
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 0756c41106fd..90a715b3900a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -467,6 +467,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6dl-pico-pi.dtb \ imx6dl-plybas.dtb \ imx6dl-plym2m.dtb \ + imx6dl-prtmvt.dtb \ imx6dl-prtrvt.dtb \ imx6dl-prtvt7.dtb \ imx6dl-rex-basic.dtb \ |