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:
Alistair Delva
2021-03-29 16:11:39 -07:00
parent d8d444146b
commit d7fee7d899

View File

@@ -27,7 +27,7 @@
};
&uart0 {
status = "okay";
status = "disabled";
bluetooth {
compatible = "brcm,bcm43438-bt";