summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Muller <mullerf@google.com>2022-02-01 13:48:40 -0800
committerFlorian Muller <mullerf@google.com>2022-03-08 21:47:55 +0000
commite346930359e61cbf35fdd70c839747b1d3e15eec (patch)
treefe4f58a2262326ef954b8bb023c2bd1cefdb280e
parentc95423d6d7fa002af75e02765e205d7275ee3cf5 (diff)
downloaddevicetree-e346930359e61cbf35fdd70c839747b1d3e15eec.tar.gz
serial_5: Enable uart log buffer
This is helpful in case of a BT crash as it dumps the last raw UART data the controller received. Test: Manual Bug: 213963172 Signed-off-by: Florian Muller <mullerf@google.com> Change-Id: If305ef5fe1ffa3b7281472370b7055b8214379a1
-rw-r--r--r11_bcm430132_bluetooth.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/r11_bcm430132_bluetooth.dtsi b/r11_bcm430132_bluetooth.dtsi
index d9e859f..cb6d4ed 100644
--- a/r11_bcm430132_bluetooth.dtsi
+++ b/r11_bcm430132_bluetooth.dtsi
@@ -85,6 +85,7 @@
&serial_5 {
pinctrl-0 = <&uart5_cts &uart5_rts &uart5_tx &uart5_rx>;
+ samsung,uart-logging;
status = "okay";
};