Commit e43bd22c authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks



Tx macro soundwire clock is for some reason is incorrectly assigned to
va macro, fix this and use tx macro clock instead.

Fixes: 1749a8ae49a3 ("arm64: dts: qcom: sc8280xp: add SoundWire and LPASS")
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230302115741.7726-3-srinivas.kandagatla@linaro.org
parent 670b7d65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2600,7 +2600,7 @@
					      <&intc GIC_SPI 520 IRQ_TYPE_LEVEL_HIGH>;
			interrupt-names = "core", "wake";

			clocks = <&vamacro>;
			clocks = <&txmacro>;
			clock-names = "iface";
			label = "TX";
			#sound-dai-cells = <1>;