mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +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 */
|
/* DEBUG UART */
|
||||||
qup_uart9: qup-uart9-default {
|
qup_uart9: qup-uart9-default {
|
||||||
pins = "GPIO_4", "GPIO_5";
|
pins = "GPIO_4", "GPIO_5";
|
||||||
function = "gpio";
|
function = "qup9";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue