forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/sound/ti,pcm3168a.txt
....@@ -25,6 +25,13 @@
2525
2626 For required properties on SPI/I2C, consult SPI/I2C device tree documentation
2727
28
+Optional properties:
29
+
30
+ - reset-gpios : Optional reset gpio line connected to RST pin of the codec.
31
+ The RST line is low active:
32
+ RST = low: device power-down
33
+ RST = high: device is enabled
34
+
2835 Examples:
2936
3037 i2c0: i2c0@0 {
....@@ -34,6 +41,7 @@
3441 pcm3168a: audio-codec@44 {
3542 compatible = "ti,pcm3168a";
3643 reg = <0x44>;
44
+ reset-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
3745 clocks = <&clk_core CLK_AUDIO>;
3846 clock-names = "scki";
3947 VDD1-supply = <&supply3v3>;