diff options
author | Andreas Färber <afaerber@suse.de> | 2016-03-16 16:58:42 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-03-31 19:59:53 +0300 |
commit | fd7b980c9e1e52d41589c41ae166b0cfae32b210 (patch) | |
tree | cf0d2333df0a6594a334b40f3d1fb09e5be79fc8 /arch/arm64/boot/dts/rockchip/Makefile | |
parent | 479d75b7603c3db0cbaafb4368e3c3ba0da80864 (diff) | |
download | linux-fd7b980c9e1e52d41589c41ae166b0cfae32b210.tar.xz |
arm64: dts: rockchip: Add rk3368 GeekBox dts
The GeekBox contains an MXM3 module with a Rockchip RK3368 SoC.
Some connectors are available directly on the module.
This adds initial support, namely serial, USB, GMAC, eMMC, IR and TSADC.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile index e3f0b5f4ba4e..df37865e8ced 100644 --- a/arch/arm64/boot/dts/rockchip/Makefile +++ b/arch/arm64/boot/dts/rockchip/Makefile @@ -1,4 +1,5 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-evb-act8846.dtb +dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-geekbox.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-r88.dtb always := $(dtb-y) |