summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/allwinner/Makefile
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2017-04-14 00:38:07 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-06-07 15:24:02 +0200
commit2ff2836152c431478f0b6bb2a567fef398a9520b (patch)
tree05c7f726edc4e8619d34e77ff631dab65f57af83 /arch/arm64/boot/dts/allwinner/Makefile
parent99cacebfba8685bf6c55b2edadc3f2edd7621aeb (diff)
arm64: allwinner: h5: add support for Orange Pi Prime board
Orange Pi Prime is a new Allwinner H5-based SBC by Xunlong. It's like a Orange Pi Plus 2E with H3 replaced with H5, eMMC replaced with onboard SPI NOR Flash and wireless card changed to Realtek RTL8723BS (with Bluetooth functionality). Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/Makefile')
-rw-r--r--arch/arm64/boot/dts/allwinner/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/Makefile b/arch/arm64/boot/dts/allwinner/Makefile
index 244e8b7565f9..92a84eea6b96 100644
--- a/arch/arm64/boot/dts/allwinner/Makefile
+++ b/arch/arm64/boot/dts/allwinner/Makefile
@@ -1,6 +1,7 @@
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-bananapi-m64.dtb
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-plus.dtb sun50i-a64-pine64.dtb
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-pc2.dtb
+dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-prime.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)