diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2020-12-07 17:09:39 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-07 06:10:00 +0300 |
commit | 2c62f908c08e03c7c4425dc373ca77a28619e40e (patch) | |
tree | 4481714b37549f944005fdd59077ae9c9fcb786e /arch/arm/boot/dts/Makefile | |
parent | 8c906de4b76881f580f40c9a4c4c33dcc9ed1fbb (diff) | |
download | linux-2c62f908c08e03c7c4425dc373ca77a28619e40e.tar.xz |
ARM: dts: add Plymovent BAS board
Plymovent BAS is a base system controller produced for the Plymovent filter
systems.
Co-Developed-by: David Jander <david@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 6a6cc12cee8f..0756c41106fd 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -465,6 +465,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6dl-pico-hobbit.dtb \ imx6dl-pico-nymph.dtb \ imx6dl-pico-pi.dtb \ + imx6dl-plybas.dtb \ imx6dl-plym2m.dtb \ imx6dl-prtrvt.dtb \ imx6dl-prtvt7.dtb \ |