mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ANDROID: Disable BT UART on rockpi4.
Enabling the BT UART seems to break boot. Corruption can be seen on the serial UART (uart2) just before the device restarts. As we aren't using this device anyway, disable it until we have time to diagnose it. Bug: 183963484 Change-Id: I8b11c6573258164335cd3d13aa143a361eec5971 Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
|
||||
bluetooth {
|
||||
compatible = "brcm,bcm43438-bt";
|
||||
|
||||
Reference in New Issue
Block a user