diff options
author | Damien Riegel <damien.riegel@savoirfairelinux.com> | 2017-12-07 10:19:35 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-01-01 00:50:14 -0500 |
commit | 342a2922acb0f1be6b5e937427545f04c9d0a7ee (patch) | |
tree | 72f3eac234a98d33716a5f260a0a887ff06e647e | |
parent | 3785630d04ee7313ef54e4d051f0ca9e59e70065 (diff) |
arm64: dts: qcom: msm8916-pins: keep cdc_dmic pins in suspend mode
This node was the only one that didn't have the same set of pins in
active and suspend mode.
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi index 68fb589a7297..390a2fa28514 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | |||
@@ -661,6 +661,14 @@ | |||
661 | }; | 661 | }; |
662 | }; | 662 | }; |
663 | cdc_dmic_lines_sus: dmic_lines_off { | 663 | cdc_dmic_lines_sus: dmic_lines_off { |
664 | pinmux_dmic0_clk { | ||
665 | function = "dmic0_clk"; | ||
666 | pins = "gpio0"; | ||
667 | }; | ||
668 | pinmux_dmic0_data { | ||
669 | function = "dmic0_data"; | ||
670 | pins = "gpio1"; | ||
671 | }; | ||
664 | pinconf { | 672 | pinconf { |
665 | pins = "gpio0", "gpio1"; | 673 | pins = "gpio0", "gpio1"; |
666 | drive-strength = <2>; | 674 | drive-strength = <2>; |