mirror of
https://xff.cz/git/u-boot/
synced 2025-09-23 03:22:11 +02: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:
@@ -47,7 +47,7 @@
|
||||
/* DEBUG UART */
|
||||
qup_uart9: qup-uart9-default {
|
||||
pins = "GPIO_4", "GPIO_5";
|
||||
function = "gpio";
|
||||
function = "qup9";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user