mirror of
https://github.com/armbian/build.git
synced 2025-08-11 05:36:57 +02:00
* Bump to 5.15.y imx6, xu4, rocchip64, jetson-nano * Sunxi patches cleanup Thanks @jernejsk * Bump Meson64 to 5.15.y * Bump mvebu* to 5.15.y @heisath Disable 13-net-mvneta.patch - double check. * Add uppstram patch for opi zero2 legacy kernel * Update mvebu mvneta patch * Orangepi Zero2 reboot fix Co-authored-by: Heisath <jannis@imserv.org>
33 lines
712 B
Diff
33 lines
712 B
Diff
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
|
index 1cc9dc6..9f48dff 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
|
@@ -16,6 +16,8 @@
|
|
|
|
aliases {
|
|
serial0 = &uart_AO;
|
|
+ serial1 = &uart_A;
|
|
+ serial2 = &uart_C;
|
|
ethernet0 = ðmac;
|
|
};
|
|
|
|
@@ -290,6 +355,18 @@
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
+&uart_A {
|
|
+ status = "disabled";
|
|
+ pinctrl-0 = <&uart_a_pins>;
|
|
+ pinctrl-names = "default";
|
|
+};
|
|
+
|
|
+&uart_C {
|
|
+ status = "disabled";
|
|
+ pinctrl-0 = <&uart_c_pins>;
|
|
+ pinctrl-names = "default";
|
|
+};
|
|
+
|
|
&usb0_phy {
|
|
status = "okay";
|
|
phy-supply = <&usb_otg_pwr>;
|