diff options
author | Srinivasa Rao Mandadapu <[email protected]> | 2021-05-13 17:54:29 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-06-10 09:18:26 -0500 |
commit | ba5f9b5d7ff3452e69275080c3d59265bc1db8ea (patch) | |
tree | a580bf32a3f2d5241713072935b6fdb222fbc957 | |
parent | 62b837469e995b5981d2842135551935cd32360c (diff) |
arm64: dts: qcom: sc7180: Add wakeup delay for adau codec
Add wakeup delay for fixing PoP noise during capture begin.
Reviewed-by: Douglas Anderson <[email protected]>
Signed-off-by: Judy Hsiao <[email protected]>
Signed-off-by: Srinivasa Rao Mandadapu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi index 8c1146c5bdfe..6f9c07147551 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi @@ -23,6 +23,7 @@ ap_h1_spi: &spi0 {}; adau7002: audio-codec-1 { compatible = "adi,adau7002"; IOVDD-supply = <&pp1800_l15a>; + wakeup-delay-ms = <15>; #sound-dai-cells = <0>; }; |