diff options
| author | Nikita Travkin <[email protected]> | 2023-09-07 15:02:36 +0500 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-09-20 08:57:08 -0700 |
| commit | 828298a9efb237b76fa667bb74a6450d1df3eeed (patch) | |
| tree | 31cd5d858ed3130d4b09b729bcd3f1b6cfae7dd6 | |
| parent | e735eab705cd0a9b3b98ffd746055c2c49e1572b (diff) | |
arm64: dts: qcom: sc7180: Add tertiary mi2s pinctrl
Some devices use tertiary mi2s to connect external audio codec.
Add it near the other two i2s pinctrl definitions so the devices don't
have to duplicate it.
Signed-off-by: Nikita Travkin <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi index be350dd9bc61..7126419e21df 100644 --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi @@ -2044,6 +2044,11 @@ pins = "gpio57"; function = "lpass_ext"; }; + + ter_mi2s_active: ter-mi2s-active-state { + pins = "gpio63", "gpio64", "gpio65", "gpio66"; + function = "mi2s_2"; + }; }; remoteproc_mpss: remoteproc@4080000 { |