Skip to content

Commit 4def7aa

Browse files
Srinivas-Kandagatlaandersson
authored andcommitted
arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate
The version of dmic that is on X13s panel supports clock frequency of range 1 Mhz to 4.8 MHz for normal operation. So correct the existing node to reflect this. Fixes: 8c1ea87 ("arm64: dts: qcom: sc8280xp-x13s: Add soundcard support") 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 e43bd22 commit 4def7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@
10751075

10761076
vdd-micb-supply = <&vreg_s10b>;
10771077

1078-
qcom,dmic-sample-rate = <600000>;
1078+
qcom,dmic-sample-rate = <4800000>;
10791079

10801080
status = "okay";
10811081
};

0 commit comments

Comments
 (0)