diff options
author | Sean Cross <xobs@kosagi.com> | 2015-12-18 06:29:50 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 13:43:42 +0100 |
commit | 70a8c03bd9eea54fcd2616302403b80c20729db9 (patch) | |
tree | 9287907cbf0bb8493929f7fd0c0472ecdb6add54 /arch/arm/boot/dts/Makefile | |
parent | devicetree: bindings: Add vendor prefix for Kosagi (diff) | |
download | linux-70a8c03bd9eea54fcd2616302403b80c20729db9.tar.xz linux-70a8c03bd9eea54fcd2616302403b80c20729db9.zip |
ARM: dts: imx6q: add Novena board
Novena is an open-hardware laptop/desktop/bare board.
See http://www.kosagi.com/w/index.php?title=Novena_Main_Page
Signed-off-by: Sean Cross <xobs@kosagi.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
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 ad3e25dfdec7..f0573a8dd6d2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -326,6 +326,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6q-hummingboard.dtb \ imx6q-nitrogen6x.dtb \ imx6q-nitrogen6_max.dtb \ + imx6q-novena.dtb \ imx6q-phytec-pbab01.dtb \ imx6q-rex-pro.dtb \ imx6q-sabreauto.dtb \ |