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 <srinivas.kandagatla@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230302115741.7726-3-srinivas.kandagatla@linaro.org
1 parent 670b7d6 commit e43bd22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)