mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
ASoC: dt-bindings: pcm3168a: Update the optional RST gpio for clarity
Use the standard name for the gpion in DT: reset-gpios Document that the RST line is low active and update the example accordingly. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Link: https://lore.kernel.org/r/20191120131753.6831-2-peter.ujfalusi@ti.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
fb51267783
commit
103e5d734a
1 changed files with 5 additions and 4 deletions
|
@ -27,7 +27,8 @@ For required properties on SPI/I2C, consult SPI/I2C device tree documentation
|
|||
|
||||
Optional properties:
|
||||
|
||||
- rst-gpios : Optional RST gpio line for the codec
|
||||
- reset-gpios : Optional reset gpio line connected to RST pin of the codec.
|
||||
The RST line is low active:
|
||||
RST = low: device power-down
|
||||
RST = high: device is enabled
|
||||
|
||||
|
@ -40,7 +41,7 @@ i2c0: i2c0@0 {
|
|||
pcm3168a: audio-codec@44 {
|
||||
compatible = "ti,pcm3168a";
|
||||
reg = <0x44>;
|
||||
rst-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
|
||||
clocks = <&clk_core CLK_AUDIO>;
|
||||
clock-names = "scki";
|
||||
VDD1-supply = <&supply3v3>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue