Adjust build targets and address a Pine H6 b build bug

This commit is contained in:
Igor Pecovnik 2019-12-25 10:12:21 +01:00
parent 9452b6823c
commit aa07bfbdd2
2 changed files with 21 additions and 2 deletions

View File

@ -535,6 +535,12 @@ pineh64 current buster cli stable yes
pineh64 current bullseye cli stable yes
pineh64 current buster desktop stable yes
# Pine H64 B
pineh64-b current buster cli stable yes
pineh64-b current bullseye cli stable yes
pineh64-b current buster desktop stable yes
# Renegade
renegade legacy buster cli stable yes
@ -576,10 +582,9 @@ rockpi-s legacy bullseye minimal beta yes
# Rock64pro
rockpro64 legacy buster cli stable yes
rockpro64 current buster cli stable yes
rockpro64 legacy bionic desktop stable yes
rockpro64 current buster desktop stable yes
rockpro64 dev buster minimal beta yes
rockpro64 current bionic cli stable yes
# Teres A64

View File

@ -30,3 +30,17 @@ index 00000000..ace3e84e
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64-model-b"
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_OHCI_HCD=y
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 7a791cba..e74adc94 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -525,7 +525,8 @@ dtb-$(CONFIG_MACH_SUN50I_H6) += \
sun50i-h6-orangepi-lite2.dtb \
sun50i-h6-orangepi-one-plus.dtb \
sun50i-h6-orangepi-lite2.dtb \
- sun50i-h6-pine-h64.dtb
+ sun50i-h6-pine-h64.dtb \
+ sun50i-h6-pine-h64-model-b.dtb
dtb-$(CONFIG_MACH_SUN50I) += \
sun50i-a64-amarula-relic.dtb \
sun50i-a64-bananapi-m64.dtb \