diff options
author | Akshu Agrawal <akshu.agrawal@amd.com> | 2019-01-08 14:26:33 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-01-16 18:17:34 +0000 |
commit | 2be9911c92da664a361ca91f5ecefe808e67b2bf (patch) | |
tree | 0b1c5f5e5dea1b5169db19a3c07649f98661ce90 /src/mainboard/google/kahlee/variants | |
parent | 7ac3149b5d7535a642fc3165f78bb58e81a5148f (diff) |
mb/google/kahlee/liara: Add 20ms delay to capture
define wakeup-delay-ms to 20ms. This avoids the pop
noise heard at the start of capture.
BUG=b:119926436
TEST=with kernel patch
https://lore.kernel.org/patchwork/patch/1029806/
no pop sound heard at start of capture
Change-Id: I2593afa69cfb955f6a2b695406855e0f31f28468
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Reviewed-on: https://review.coreboot.org/c/30725
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/variants')
-rw-r--r-- | src/mainboard/google/kahlee/variants/liara/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/variants/liara/devicetree.cb b/src/mainboard/google/kahlee/variants/liara/devicetree.cb index bc6c6434e4..a929c46704 100644 --- a/src/mainboard/google/kahlee/variants/liara/devicetree.cb +++ b/src/mainboard/google/kahlee/variants/liara/devicetree.cb @@ -97,6 +97,7 @@ chip soc/amd/stoneyridge end #domain device mmio 0xfedc2000 on chip drivers/generic/adau7002 + register "wakeup_delay" = "20" device generic 0.0 on end end chip drivers/i2c/da7219 |