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

Commit df9c344a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add device tree support for VAD in qcs405"

parents c426bc6f 8c989f03
Loading
Loading
Loading
Loading
+23 −3
Original line number Diff line number Diff line
@@ -237,6 +237,13 @@ Required properties:
                            Value is from 45056 to 45061.
                            VA codec dma port ID Value is from 45089 to 45091.

Optional properties:

- qcom,msm-dai-is-island-supported:       Defines whether this dai supported in
                                          island mode or not.
                                          0 - Unsupported
                                          1 - Supported

* msm-auxpcm

Required properties:
@@ -303,6 +310,10 @@ Optional properties:
                                          interface to be used for enabling
                                          PCM clock. If not defined, selects
                                          default AFE clock interface.
- qcom,msm-dai-is-island-supported:       Defines whether this dai supported in
                                          island mode or not.
                                          0 - Unsupported
                                          1 - Supported

* msm-pcm-hostless

@@ -794,6 +805,10 @@ Optional properties:
- pinctrl-names:		          Pinctrl state names for each pin group
				          configuration.
- pinctrl-x: 			          Defines pinctrl state for each pin group
- qcom,msm-dai-is-island-supported:       Defines whether this dai supported in
                                          island mode or not.
                                          0 - Unsupported
                                          1 - Supported

Example:

@@ -977,6 +992,11 @@ Optional properties:

 - pinctrl-x: Defines pinctrl state for each pin group.

 - qcom,msm-dai-is-island-supported:      Defines whether this dai supported in
                                          island mode or not.
                                          0 - Unsupported
                                          1 - Supported

Example:

	qcom,msm-dai-tdm-quat-rx {
+12 −0
Original line number Diff line number Diff line
@@ -139,3 +139,15 @@
		};
	};
};

&dai_mi2s4 {
	qcom,msm-dai-is-island-supported = <1>;
};

&dai_quin_auxpcm {
	qcom,msm-dai-is-island-supported = <1>;
};

&dai_quin_tdm_tx_0 {
	qcom,msm-dai-is-island-supported = <1>;
};
+4 −0
Original line number Diff line number Diff line
@@ -32,3 +32,7 @@
		#clock-cells = <1>;
	};
};

&va_cdc_dma_0_tx {
	qcom,msm-dai-is-island-supported = <1>;
};