diff options
author | Ivan T. Ivanov <ivan.ivanov@linaro.org> | 2015-09-18 09:18:53 -0400 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-12-08 15:34:22 -0500 |
commit | 806c765ee9da58ca0ade34345f1b114dc0be97fd (patch) | |
tree | dd3f3fc530c9287e316b1e1aa13c6b8b07dcbf4a | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
Add devicetree bindings for UART1 CTS_N and RTS_N pins.
Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi index 49ec55a37614..d656e892fd52 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | |||
@@ -16,10 +16,13 @@ | |||
16 | blsp1_uart1_default: blsp1_uart1_default { | 16 | blsp1_uart1_default: blsp1_uart1_default { |
17 | pinmux { | 17 | pinmux { |
18 | function = "blsp_uart1"; | 18 | function = "blsp_uart1"; |
19 | pins = "gpio0", "gpio1"; | 19 | // TX, RX, CTS_N, RTS_N |
20 | pins = "gpio0", "gpio1", | ||
21 | "gpio2", "gpio3"; | ||
20 | }; | 22 | }; |
21 | pinconf { | 23 | pinconf { |
22 | pins = "gpio0", "gpio1"; | 24 | pins = "gpio0", "gpio1", |
25 | "gpio2", "gpio3"; | ||
23 | drive-strength = <16>; | 26 | drive-strength = <16>; |
24 | bias-disable; | 27 | bias-disable; |
25 | }; | 28 | }; |
@@ -28,10 +31,12 @@ | |||
28 | blsp1_uart1_sleep: blsp1_uart1_sleep { | 31 | blsp1_uart1_sleep: blsp1_uart1_sleep { |
29 | pinmux { | 32 | pinmux { |
30 | function = "gpio"; | 33 | function = "gpio"; |
31 | pins = "gpio0", "gpio1"; | 34 | pins = "gpio0", "gpio1", |
35 | "gpio2", "gpio3"; | ||
32 | }; | 36 | }; |
33 | pinconf { | 37 | pinconf { |
34 | pins = "gpio0", "gpio1"; | 38 | pins = "gpio0", "gpio1", |
39 | "gpio2", "gpio3"; | ||
35 | drive-strength = <2>; | 40 | drive-strength = <2>; |
36 | bias-pull-down; | 41 | bias-pull-down; |
37 | }; | 42 | }; |