diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-03 23:40:23 -0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-01-12 21:13:11 +0100 |
commit | 4a26c1602927c79dba91de195c3908d786addf64 (patch) | |
tree | a0d1f7b65e5ab66095574f9b34c347bca888e11d /arch/arm/boot/dts/Makefile | |
parent | d4c03ebe7c035a42c9ba462c7f7e051fd2bb0f73 (diff) |
ARM: dts: rv1108: Add support for rv1108-elgin-r1 board
rv1108-elgin-r1 board is based on Rockchip RV1108 SoC.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
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 bd40148a15b2..d9a5649b322b 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -868,6 +868,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ r9a06g032-rzn1d400-db.dtb \ sh73a0-kzm9g.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ + rv1108-elgin-r1.dtb \ rv1108-evb.dtb \ rk3036-evb.dtb \ rk3036-kylin.dtb \ |