diff options
author | 2023-08-08 17:46:59 +0100 | |
---|---|---|
committer | 2023-08-08 22:34:01 +0100 | |
commit | 853734588dcb1bf4c41a17e4d9df231965e559db (patch) | |
tree | b2f4490d5f2ac2a2f21d5d866482d583f6608f68 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ASoC: cs35l56: Avoid uninitialized variable in cs35l56_set_asp_slot_positions() (diff) | |
download | wireguard-linux-853734588dcb1bf4c41a17e4d9df231965e559db.tar.xz wireguard-linux-853734588dcb1bf4c41a17e4d9df231965e559db.zip |
ASoC: cs35l56: Don't rely on GPIOD_OUT_LOW to set RESET initially low
The ACPI setting for a GPIO default state has higher priority than the
flag passed to devm_gpiod_get_optional() so ACPI can override the
GPIOD_OUT_LOW. Explicitly set the GPIO low when hard resetting.
Although GPIOD_OUT_LOW can't be relied on this doesn't seem like a
reason to stop passing it to devm_gpiod_get_optional(). So we still pass
it to state our intent, but can deal with it having no effect.
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230808164702.21272-3-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions