diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2020-07-01 15:03:30 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 19:48:53 +0800 |
commit | c90fdc5021b10761e762a1f26ecee4f870bd823b (patch) | |
tree | de8903817d4f2736a8afbc74a5eed80290b4f571 /arch/arm/boot/dts/Makefile | |
parent | 5a1dcf4a6bec61d3e0b76d5e659e550a49342038 (diff) |
ARM: dts: add Protonic RVT board
Protonic RVT is an internal development platform for a wireless ISObus
Virtual Terminal based on COTS tablets, and the predecessor of the WD2
platform.
Reviewed-by: Rob Herring <robh@kernel.org>
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 8750c3be9eca..b0334bcbda9d 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-prtrvt.dtb \ imx6dl-prtvt7.dtb \ imx6dl-rex-basic.dtb \ imx6dl-riotboard.dtb \ |