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:
Venkatesh Yadav Abbarapu 2016-11-14 11:34:02 +05:30
parent 640d5e9d1d
commit bc98f9fc6d

View file

@ -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;
};