diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2016-12-16 22:35:01 +0800 |
---|---|---|
committer | Jagan Teki <jagan@openedev.com> | 2017-01-15 18:16:12 +0100 |
commit | 59603d026b9ad3f51a8d69c2a94d3a511639c525 (patch) | |
tree | b64d468ddfe77c37e4cbe971257a64c151def0d2 /arch/arm/dts/Makefile | |
parent | 2fc554d3e37c27c5b8d2540d7a571dc53152a301 (diff) |
sunxi: add proper device tree for Orange Pi Zero boards
Add a proper device tree file for Orange Pi Zero boards from Xunlong,
which come with a Allwinner H2+ SoC (similar to H3).
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 3ee608b5b4..66ea0b33d5 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -271,6 +271,7 @@ dtb-$(CONFIG_MACH_SUN8I_A83T) += \ sun8i-a83t-cubietruck-plus.dtb \ sun8i-a83t-sinovoip-bpi-m3.dtb dtb-$(CONFIG_MACH_SUN8I_H3) += \ + sun8i-h2-plus-orangepi-zero.dtb \ sun8i-h3-bananapi-m2-plus.dtb \ sun8i-h3-orangepi-2.dtb \ sun8i-h3-orangepi-lite.dtb \ |