mirror of
https://github.com/armbian/build.git
synced 2025-08-16 08:06:59 +02:00
32 lines
770 B
Diff
32 lines
770 B
Diff
diff --git a/arch/arm/boot/dts/rk3288-miniarm.dts b/arch/arm/boot/dts/rk3288-miniarm.dts
|
|
index 18cedef..33ecd4a 100644
|
|
--- a/arch/arm/boot/dts/rk3288-miniarm.dts
|
|
+++ b/arch/arm/boot/dts/rk3288-miniarm.dts
|
|
@@ -54,7 +54,7 @@
|
|
device_type = "memory";
|
|
reg = <0x0 0x0 0x0 0x80000000>;
|
|
};
|
|
-
|
|
+/*
|
|
wireless-bluetooth {
|
|
compatible = "bluetooth-platdata";
|
|
uart_rts_gpios = <&gpio4 19 GPIO_ACTIVE_LOW>;
|
|
@@ -66,7 +66,7 @@
|
|
BT,wake_host_irq = <&gpio4 31 GPIO_ACTIVE_HIGH>;
|
|
status = "okay";
|
|
};
|
|
-
|
|
+*/
|
|
wireless-wlan {
|
|
compatible = "wlan-platdata";
|
|
rockchip,grf = <&grf>;
|
|
@@ -669,7 +669,7 @@
|
|
|
|
&uart0 {
|
|
pinctrl-names = "default";
|
|
- pinctrl-0 = <&uart0_xfer>, <&uart0_cts>;
|
|
+ pinctrl-0 = <&uart0_xfer>, <&uart0_cts>, <&uart0_rts>;
|
|
status = "okay";
|
|
};
|
|
|