ARM: dts: msm: Update the console uart gpios for msmfalcon
Updating the debug uart BLSP1UART2 gpios as per the latest hardware definitions. Change-Id: I9cda84d1c199b72ce8b9e2997601bcc7430ddbf3 Signed-off-by: Venkatesh Yadav Abbarapu <vabbar@codeaurora.org>
This commit is contained in:
parent
640d5e9d1d
commit
bc98f9fc6d
1 changed files with 3 additions and 3 deletions
|
@ -22,12 +22,12 @@
|
|||
|
||||
uart_console_active: uart_console_active {
|
||||
mux {
|
||||
pins = "gpio0", "gpio1";
|
||||
function = "blsp_uart1";
|
||||
pins = "gpio4", "gpio5";
|
||||
function = "blsp_uart2";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio0", "gpio1";
|
||||
pins = "gpio4", "gpio5";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue