Skip to content

Commit e43bd22

Browse files
Srinivas-Kandagatlaandersson
authored andcommitted
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: 1749a8a ("arm64: dts: qcom: sc8280xp: add SoundWire and LPASS") Signed-off-by: Srinivas Kandagatla <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 670b7d6 commit e43bd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sc8280xp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2600,7 +2600,7 @@
26002600
<&intc GIC_SPI 520 IRQ_TYPE_LEVEL_HIGH>;
26012601
interrupt-names = "core", "wake";
26022602

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

0 commit comments

Comments
 (0)