mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
uart: sdm845: Fix debug UART pinmux
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>
This commit is contained in:
parent
ffa7928719
commit
f5ed6c9ccf
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
/* DEBUG UART */
|
||||
qup_uart9: qup-uart9-default {
|
||||
pins = "GPIO_4", "GPIO_5";
|
||||
function = "gpio";
|
||||
function = "qup9";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue