projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa7928
)
uart: sdm845: Fix debug UART pinmux
author
Sumit Garg
<sumit.garg@linaro.org>
Tue, 12 Jul 2022 07:12:07 +0000
(12:42 +0530)
committer
Tom Rini
<trini@konsulko.com>
Mon, 25 Jul 2022 17:02:04 +0000
(13:02 -0400)
Configure debug UART pins as function: "qup9" rather than being regular
gpios. It fixes a hang seen during pinmux setting.
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
arch/arm/dts/sdm845.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sdm845.dtsi
b/arch/arm/dts/sdm845.dtsi
index b9506f1297e415e867734f27e19f5022d467916e..df5b6dfcfc3a94d25f2a45f5d8a7c659acf1d036 100644
(file)
--- a/
arch/arm/dts/sdm845.dtsi
+++ b/
arch/arm/dts/sdm845.dtsi
@@
-47,7
+47,7
@@
/* DEBUG UART */
qup_uart9: qup-uart9-default {
pins = "GPIO_4", "GPIO_5";
- function = "
gpio
";
+ function = "
qup9
";
};
};