Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36e4735d authored by Jayadev K's avatar Jayadev K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: Adding I2S parameters to HS-I2S node on SA8155



Adding the below properties to HS-I2S generic node
1. number-of-rate-detectors
2. rate-detector-interfaces

Adding the below properties to HS-I2S interface node
1. bit-clock-hz
2. data-buffer-ms
3. bit-depth
4. spkr-channel-count
5. mic-channel-count.

Change-Id: If6859e382ec725b322a616298f16f2d313206899
Signed-off-by: default avatarJayadev K <jayak@codeaurora.org>
parent f5647b0e
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
@@ -506,8 +506,8 @@
		      <0x17080000 0xE000>;
		reg-names = "lpa_if", "lpass_tcsr";
		interrupts = <GIC_SPI 267 0>;
		bit-clock-hz = <20000000>;
		interrupt-interval-ms = <10>;
		number-of-rate-detectors = <2>;
		rate-detector-interfaces = <0 1>;

		sdr0: qcom,hs0_i2s {
			compatible = "qcom,hsi2s-interface";
@@ -522,6 +522,11 @@
			iommus = <&apps_smmu 0x1B5C 0x0>;
			qcom,smmu-s1-bypass;
			qcom,iova-mapping = <0x0 0xFFFFFFFF>;
			bit-clock-hz = <12288000>;
			data-buffer-ms = <10>;
			bit-depth = <32>;
			spkr-channel-count = <2>;
			mic-channel-count = <2>;
		};

		sdr1: qcom,hs1_i2s {
@@ -537,6 +542,11 @@
			iommus = <&apps_smmu 0x1B5D 0x0>;
			qcom,smmu-s1-bypass;
			qcom,iova-mapping = <0x0 0xFFFFFFFF>;
			bit-clock-hz = <12288000>;
			data-buffer-ms = <10>;
			bit-depth = <32>;
			spkr-channel-count = <2>;
			mic-channel-count = <2>;
		};

		sdr2: qcom,hs2_i2s {
@@ -552,6 +562,11 @@
			iommus = <&apps_smmu 0x1B5E 0x0>;
			qcom,smmu-s1-bypass;
			qcom,iova-mapping = <0x0 0xFFFFFFFF>;
			bit-clock-hz = <12288000>;
			data-buffer-ms = <10>;
			bit-depth = <32>;
			spkr-channel-count = <2>;
			mic-channel-count = <2>;
		};
	};