commit | cdab0d4ecc1a890aece7102c2074bf73175b9935 | [log] [tgz] |
---|---|---|
author | Anatol Pomozov <anatol.pomozov@gmail.com> | Thu Oct 29 15:31:59 2015 -0700 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 16 10:14:32 2015 +0000 |
tree | ab09643138aa45df8407c7451b55741298bf4c27 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
ASoC: rt5677: use 'active low' logic for reset pin According to the datasheet RESET is active low pin, i.e. system goes to reset state when pin signal is low. The previous implementeation was assuming the pin is configured as 'active high' in DTS. Changle the gpio handling code and DTS configuration to 'active low'. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>