mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-15 18:41:26 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
31 lines
594 B
Diff
31 lines
594 B
Diff
diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts
|
|
index ddbb92b..14339c5 100644
|
|
--- a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts
|
|
@@ -135,6 +135,14 @@
|
|
bias-pull-up;
|
|
};
|
|
|
|
+&ehci0 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&ohci0 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&uart0 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart0_pins_a>;
|
|
@@ -141,6 +141,11 @@
|
|
status = "okay";
|
|
};
|
|
|
|
+&usb_otg {
|
|
+ dr_mode = "peripheral";
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&usbphy {
|
|
/* USB VBUS is always on */
|
|
status = "okay";
|