ARM: dts: msm: Add tert tdm pinctrl calls for msm8996 Agave
Add tert tdm sleep and active pinc ctrl calls for msm8996 Agave. BE dai that uses tert tdm will enable the required gpios associated to tert mi2s. CRs-fixed: 988459 Change-Id: I079da664cd331ec87b3a4e488fc4f9e8c58a9439 Signed-off-by: Derek Chen <chenche@codeaurora.org>
This commit is contained in:
parent
8567b31169
commit
71a90eb1d6
1 changed files with 12 additions and 0 deletions
|
@ -649,6 +649,12 @@
|
||||||
&sec_mi2s_sd1_sleep>;
|
&sec_mi2s_sd1_sleep>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dai_mi2s: qcom,msm-dai-q6-mi2s-tert {
|
||||||
|
pinctrl-names = "default", "sleep";
|
||||||
|
pinctrl-0 = <&tert_mi2s_active &tert_mi2s_sd0_active>;
|
||||||
|
pinctrl-1 = <&tert_mi2s_sleep &tert_mi2s_sd0_sleep>;
|
||||||
|
};
|
||||||
|
|
||||||
dai_mi2s_quat: qcom,msm-dai-q6-mi2s-quat {
|
dai_mi2s_quat: qcom,msm-dai-q6-mi2s-quat {
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
pinctrl-0 = <&quat_mi2s_active &quat_mi2s_sd0_active>;
|
pinctrl-0 = <&quat_mi2s_active &quat_mi2s_sd0_active>;
|
||||||
|
@ -656,6 +662,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,msm-dai-tdm-tert-rx {
|
||||||
|
pinctrl-names = "default", "sleep";
|
||||||
|
pinctrl-0 = <&tert_tdm_dout_active>;
|
||||||
|
pinctrl-1 = <&tert_tdm_dout_sleep>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,msm-dai-tdm-quat-rx {
|
qcom,msm-dai-tdm-quat-rx {
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
pinctrl-0 = <&quat_tdm_dout_active>;
|
pinctrl-0 = <&quat_tdm_dout_active>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue