* 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
27 lines
562 B
Diff
27 lines
562 B
Diff
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
index 2e9316e..0f3e441
|
|
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
@@ -377,10 +613,21 @@
|
|
function = "uart2";
|
|
};
|
|
|
|
+ uart2_rts_cts_pins: uart2_rts_cts {
|
|
+ pins = "PA2", "PA3";
|
|
+ function = "uart2";
|
|
+ };
|
|
+
|
|
uart3_pins: uart3 {
|
|
pins = "PA13", "PA14";
|
|
function = "uart3";
|
|
};
|
|
+
|
|
+ uart3_rts_cts_pins: uart3_rts_cts {
|
|
+ pins = "PA15", "PA16";
|
|
+ function = "uart3";
|
|
+ };
|
|
+
|
|
};
|
|
|
|
timer@01c20c00 {
|