19 lines
443 B
Diff
19 lines
443 B
Diff
|
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
|
||
|
index 5aff8ecc66cb..c8201e79dff3 100644
|
||
|
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
|
||
|
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
|
||
|
@@ -211,9 +211,12 @@
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
+ status = "okay";
|
||
|
pinctrl-names = "default";
|
||
|
pinctrl-0 = <&uart1_pins>;
|
||
|
- status = "disabled";
|
||
|
+ lw35ioc@0 {
|
||
|
+ compatible = "brother,lw35";
|
||
|
+ };
|
||
|
};
|
||
|
|
||
|
&uart2 {
|