ARM: dts: msm: update primary i2s pin

- As in IPCAT there is a conflicting info about
  PIN configuration, Corrected as per discussion
  with IPS.
- Removal of I2S0_DATA1 pin, as GPIO_63 is not
  used internally for I2S purpose and it is being
  used by other subsystem.


Change-Id: Ie1788565e7a4f47a167108de2e3ada3ac099da7e
Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
Ravulapati Vishnu Vardhan Rao
2024-12-27 13:05:45 +05:30
committed by Vishnuvardhan Rao Ravulapati
parent 2d54e2006e
commit 1f9c246241
2 changed files with 6 additions and 2 deletions

View File

@@ -30,6 +30,10 @@
};
};
&cdc_pri_mi2s_gpios {
status = "okay";
};
&swr1 {
qcom,swr-num-dev = <2>;
};

View File

@@ -489,9 +489,9 @@
compatible = "qcom,msm-cdc-pinctrl";
pinctrl-names = "aud_active", "aud_sleep";
pinctrl-0 = <&i2s0_sck_active &i2s0_ws_active
&i2s0_sd0_active &i2s0_sd1_active>;
&i2s0_sd0_active>;
pinctrl-1 = <&i2s0_sck_sleep &i2s0_ws_sleep
&i2s0_sd0_sleep &i2s0_sd1_sleep>;
&i2s0_sd0_sleep>;
#gpio-cells = <0>;
};