40 lines
951 B
Diff
40 lines
951 B
Diff
From 56692b8a8d5b91f4ee3c8e55f967e9f7397ed431 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megi@xff.cz>
|
|
Date: Sat, 12 Mar 2022 19:19:47 +0100
|
|
Subject: [PATCH 478/478] orange pi one uart enable
|
|
|
|
---
|
|
arch/arm/boot/dts/sun8i-h3-orangepi-one.dts | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
|
|
index 96d2d5498c64..b812d0402629 100644
|
|
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
|
|
@@ -183,19 +183,19 @@ &uart0 {
|
|
&uart1 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart1_pins>;
|
|
- status = "disabled";
|
|
+ status = "okay";
|
|
};
|
|
|
|
&uart2 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart2_pins>;
|
|
- status = "disabled";
|
|
+ status = "okay";
|
|
};
|
|
|
|
&uart3 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart3_pins>;
|
|
- status = "disabled";
|
|
+ status = "okay";
|
|
};
|
|
|
|
&usb_otg {
|
|
--
|
|
2.35.3
|
|
|