diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2015-05-13 18:25:15 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-16 15:13:04 +0300 |
commit | b3b10e99b73b5e079fdb9bdaa1dad43b53e330cd (patch) | |
tree | 461ed87af7026aba64bdae36a00b011c65b074b2 /sound/soc/codecs/rt5677.h | |
parent | 5220f7fb4954d8ca612ea77fb9bee6801c43d031 (diff) | |
download | linux-b3b10e99b73b5e079fdb9bdaa1dad43b53e330cd.tar.xz |
ASoC: rt5677: Add reset-gpio dts option
It allows to configure codec's RESET pin gpio
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.h')
-rw-r--r-- | sound/soc/codecs/rt5677.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index 62571d071a8d..7eca38a23255 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h @@ -1776,6 +1776,7 @@ struct rt5677_priv { int pll_in; int pll_out; int pow_ldo2; /* POW_LDO2 pin */ + int reset_pin; /* RESET pin */ enum rt5677_type type; #ifdef CONFIG_GPIOLIB struct gpio_chip gpio_chip; |