diff options
| author | Venkatesh Yadav Abbarapu <vabbar@codeaurora.org> | 2016-11-14 11:34:02 +0530 |
|---|---|---|
| committer | Venkatesh Yadav Abbarapu <vabbar@codeaurora.org> | 2016-11-17 10:25:59 +0530 |
| commit | bc98f9fc6da8bc97b2bbfcbe91317dd8a3f79b74 (patch) | |
| tree | bdb0587ed540e0829558269e073bba622b1a69b4 | |
| parent | 640d5e9d1d6185e1a15525b9951151cd8201cbb2 (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi b/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi index f13e34f8296b..2eb3f67cb6f2 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi @@ -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; }; |
