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

Commit 58f660b3 authored by Vatsal Bucha's avatar Vatsal Bucha
Browse files

ARM: dts: msm: vote for audio core clock on lito

Soundwire needs to vote for audio core clock to receive
soundwire slave interrupts on lito target.

Change-Id: I5b799fe75226b85cdf6574222699375b7310a697
parent 60b6fb19
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -33,8 +33,10 @@
			compatible = "qcom,swr-mstr";
			#address-cells = <2>;
			#size-cells = <0>;
			clock-names = "lpass_core_hw_vote";
			clocks = <&lpass_core_hw_vote 0>;
			clock-names = "lpass_core_hw_vote",
					"lpass_audio_hw_vote";
			clocks = <&lpass_core_hw_vote 0>,
					<&lpass_audio_hw_vote 0>;
			qcom,swr_master_id = <3>;
			qcom,mipi-sdw-block-packing-mode = <1>;
			swrm-io-base = <0x3230000 0x0>;
@@ -75,8 +77,10 @@
			compatible = "qcom,swr-mstr";
			#address-cells = <2>;
			#size-cells = <0>;
			clock-names = "lpass_core_hw_vote";
			clocks = <&lpass_core_hw_vote 0>;
			clock-names = "lpass_core_hw_vote",
					"lpass_audio_hw_vote";
			clocks = <&lpass_core_hw_vote 0>,
					<&lpass_audio_hw_vote 0>;
			qcom,swr_master_id = <2>;
			qcom,mipi-sdw-block-packing-mode = <1>;
			swrm-io-base = <0x3210000 0x0>;
@@ -110,8 +114,10 @@
			compatible = "qcom,swr-mstr";
			#address-cells = <2>;
			#size-cells = <0>;
			clock-names = "lpass_core_hw_vote";
			clocks = <&lpass_core_hw_vote 0>;
			clock-names = "lpass_core_hw_vote",
					"lpass_audio_hw_vote";
			clocks = <&lpass_core_hw_vote 0>,
					<&lpass_audio_hw_vote 0>;
			qcom,swr_master_id = <1>;
			qcom,mipi-sdw-block-packing-mode = <0>;
			swrm-io-base = <0x3250000 0x0>;