diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2015-05-13 17:25:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-16 14:13:04 +0200 |
commit | b3b10e99b73b5e079fdb9bdaa1dad43b53e330cd (patch) | |
tree | 461ed87af7026aba64bdae36a00b011c65b074b2 /Documentation/devicetree/bindings/sound | |
parent | ASoC: rt5677: Add DMIC ASRC detect function (diff) | |
download | linux-b3b10e99b73b5e079fdb9bdaa1dad43b53e330cd.tar.xz linux-b3b10e99b73b5e079fdb9bdaa1dad43b53e330cd.zip |
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 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rt5677.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt5677.txt b/Documentation/devicetree/bindings/sound/rt5677.txt index 740ff771aa8b..f07078997f87 100644 --- a/Documentation/devicetree/bindings/sound/rt5677.txt +++ b/Documentation/devicetree/bindings/sound/rt5677.txt @@ -18,6 +18,7 @@ Required properties: Optional properties: - realtek,pow-ldo2-gpio : The GPIO that controls the CODEC's POW_LDO2 pin. +- realtek,reset-gpio : The GPIO that controls the CODEC's RESET pin. - realtek,in1-differential - realtek,in2-differential @@ -70,6 +71,7 @@ rt5677 { realtek,pow-ldo2-gpio = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>; + realtek,reset-gpio = <&gpio TEGRA_GPIO(BB, 3) GPIO_ACTIVE_LOW>; realtek,in1-differential = "true"; realtek,gpio-config = /bits/ 8 <0 0 0 0 0 2>; /* pull up GPIO6 */ realtek,jd2-gpio = <3>; /* Enables Jack detection for GPIO6 */ |