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

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

Merge "ARM: dts: msm: enable cpu dai and group tdm"

parents ac76fa84 a911be01
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -124,6 +124,7 @@
				<&dai_sec_tdm_rx_0>, <&dai_sec_tdm_tx_0>,
				<&dai_tert_tdm_rx_0>, <&dai_tert_tdm_tx_0>,
				<&dai_quat_tdm_rx_0>, <&dai_quat_tdm_tx_0>,
				<&dai_quat_tdm_rx_1>,
				<&dai_quin_tdm_rx_0>, <&dai_quin_tdm_tx_0>;
		asoc-cpu-names = "msm-dai-q6-hdmi.8",  "msm-dai-q6-dp.24608",
				"msm-dai-q6-mi2s.0", "msm-dai-q6-mi2s.1",
@@ -148,6 +149,7 @@
				"msm-dai-q6-tdm.36880", "msm-dai-q6-tdm.36881",
				"msm-dai-q6-tdm.36896", "msm-dai-q6-tdm.36897",
				"msm-dai-q6-tdm.36912", "msm-dai-q6-tdm.36913",
				"msm-dai-q6-tdm.36914",
				"msm-dai-q6-tdm.36928", "msm-dai-q6-tdm.36929";
		fsa4480-i2c-handle = <&fsa4480>;
	};
@@ -169,3 +171,13 @@
		elemental-addr = [ff ff ff fe 17 02];
	};
};

&tdm_quat_rx {
	qcom,msm-cpudai-tdm-group-num-ports = <2>;
	qcom,msm-cpudai-tdm-group-port-id = <36912 36914>;
	dai_quat_tdm_rx_1: qcom,msm-dai-q6-tdm-quat-rx-1 {
		compatible = "qcom,msm-dai-q6-tdm";
		qcom,msm-cpudai-tdm-dev-id = <36914>;
		qcom,msm-cpudai-tdm-data-align = <0>;
	};
};