summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-03-09 23:14:54 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-03-09 23:14:53 -0800
commit3d59d5cbc03fc616b95474bb33cf29a659f2cdd1 (patch)
treef13d0be29bb16660638c5d770c58893ef9a2f450
parent650877ff28ab44adcb18308b5a1a3a129787e8b0 (diff)
parent16e03973ae6fe2b2ca78162facdf65a21caecfaa (diff)
Merge "ARM: dts: msm: Configure GPIO98 as the active output for Mizar"
-rw-r--r--arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts b/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts
index e7af060c0aba..8c750dab8707 100644
--- a/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts
+++ b/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts
@@ -42,6 +42,7 @@
qcom,ntn_avb {
qcom,ntn-rc-num = <2>;
+ pinctrl-0 = <&ntn_clk_sync &ntn2_clk_sync>;
};
i2c@75b6000 { /* BLSP8 */
@@ -55,6 +56,10 @@
};
};
+ clock_audio: audio_ext_clk {
+ /delete-property/pinctrl-0;
+ /delete-property/pinctrl-1;
+ };
};
&cci {
@@ -107,6 +112,20 @@
output-high;
};
};
+
+ ntn2_clk_sync: ntn2_clk_sync {
+ mux {
+ pins = "gpio98";
+ function = "gpio";
+ };
+
+ config {
+ pins = "gpio98";
+ drive-strength = <8>; /* 8 mA */
+ output-low;
+ bias-pull-down; /* PULL down */
+ };
+ };
};
&pil_modem {