diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2023-08-08 17:46:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-08 22:34:01 +0100 |
commit | 853734588dcb1bf4c41a17e4d9df231965e559db (patch) | |
tree | b2f4490d5f2ac2a2f21d5d866482d583f6608f68 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ebd0f7b08e032900e5327962f7da6bed6f37feb6 (diff) |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions