mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-23 15:21:39 +00:00
25 lines
844 B
Diff
25 lines
844 B
Diff
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
|
|
index 01180849..99c1809a 100644
|
|
--- a/arch/arm/boot/dts/Makefile
|
|
+++ b/arch/arm/boot/dts/Makefile
|
|
@@ -875,6 +875,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \
|
|
sun8i-h3-orangepi-pc-plus.dtb \
|
|
sun8i-h3-orangepi-plus.dtb \
|
|
sun8i-h3-orangepi-plus2e.dtb \
|
|
+ sun8i-h3-orangepi-zeroplus.dtb \
|
|
sun8i-r16-parrot.dtb \
|
|
sun8i-v3s-licheepi-zero.dtb
|
|
dtb-$(CONFIG_MACH_SUN9I) += \
|
|
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-zeroplus.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-zeroplus.dts
|
|
new file mode 100644
|
|
index 00000000..f89d1207
|
|
--- /dev/null
|
|
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-zeroplus.dts
|
|
@@ -0,0 +1,7 @@
|
|
+
|
|
+#include "sun8i-h2-plus-orangepi-zero.dts"
|
|
+
|
|
+/ {
|
|
+ model = "Xunlong Orange Pi Zero Plus";
|
|
+ compatible = "xunlong,orangepi-zeroplus", "allwinner,sun8i-h3";
|
|
+};
|