arm64: dts: qcom: sc7180: Set adau wakeup delay to 80 ms
Set audu wakeup delay to 80 ms for fixing pop noise during capture begin.
Fixes: ba5f9b5d7f
("arm64: dts: qcom: sc7180: Add wakeup delay for adau codec")
Signed-off-by: Judy Hsiao <judyhsiao@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20210708090810.174767-1-judyhsiao@chromium.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
b7d9750272
commit
a8c7f3100e
|
@ -23,7 +23,7 @@ ap_h1_spi: &spi0 {};
|
|||
adau7002: audio-codec-1 {
|
||||
compatible = "adi,adau7002";
|
||||
IOVDD-supply = <&pp1800_l15a>;
|
||||
wakeup-delay-ms = <15>;
|
||||
wakeup-delay-ms = <80>;
|
||||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue