Merge "ARM: dts: msm: update primary i2s pin"

This commit is contained in:
QCTECMDR Service
2024-12-30 08:01:24 -08:00
committed by Gerrit - the friendly Code Review server
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

@@ -491,9 +491,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>;
};