diff options
author | Randy Li <ayaka@soulik.info> | 2016-07-18 18:32:32 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-08-08 11:56:55 +0300 |
commit | 4421db1c2bb92592fc090a68deb0ad422e13a939 (patch) | |
tree | 6b96abdb8f391323cdf2bbe51668cc51cbc471c5 /arch/arm/boot/dts/Makefile | |
parent | 0b1115bcbc9d28014c38e93c6c2cd9e1c3f6f69f (diff) | |
download | linux-4421db1c2bb92592fc090a68deb0ad422e13a939.tar.xz |
ARM: dts: rockchip: add rk3288-firefly-reload
The Firefly RK3288 Reload is a combination Firefly rk3288 core board
with the Reload baseboard. Add a dtsi for the Firefly rk3288 core
which can be included into the dts for the various baseboards
in the future and dts for Reload base board.
Currently supported are serial console, wired networking, eMMC and
SD storage, SPFIF, IR receiver, LEDs, SDIO wifi and USB. But only
the OTG could work on the host mode now, the other USB host can't
work now, additional patches are required.
Signed-off-by: Randy Li <ayaka@soulik.info>
Acked-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 40e3e96eae58..0a65a7f86c8c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -627,6 +627,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-fennec.dtb \ rk3288-firefly-beta.dtb \ rk3288-firefly.dtb \ + rk3288-firefly-reload.dtb \ rk3288-miqi.dtb \ rk3288-popmetal.dtb \ rk3288-r89.dtb \ |