Lines Matching +full:va +full:- +full:supply
5 - compatible : "cirrus,cs35l35"
7 - reg : the I2C address of the device for I2C
9 - VA-supply, VP-supply : power supplies for the device,
13 - interrupts : IRQ line info CS35L35.
14 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
17 - cirrus,boost-ind-nanohenry: Inductor value for boost converter. The value is
21 - reset-gpios : gpio used to reset the amplifier
23 - cirrus,stereo-config : Boolean to determine if there are 2 AMPs for a
26 - cirrus,audio-channel : Set Location of Audio Signal on Serial Port
30 - cirrus,advisory-channel : Set Location of Advisory Signal on Serial Port
34 - cirrus,shared-boost : Boolean to enable ClassH tracking of Advisory Signal
37 - cirrus,external-boost : Boolean to specify the device is using an external
38 boost supply, note that sharing a boost from another cs35l35 would constitute
39 using an external supply for the slave device
41 - cirrus,sp-drv-strength : Value for setting the Serial Port drive strength
42 Table 3-10 of the datasheet lists drive-strength specifications
45 - cirrus,sp-drv-unused : Determines how unused slots should be driven on the
47 0 - Hi-Z
48 2 - Drive 0's (Default)
49 3 - Drive 1's
51 - cirrus,bst-pdn-fet-on : Boolean to determine if the Boost PDN control
55 - cirrus,boost-ctl-millivolt : Boost Voltage Value. Configures the boost
60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
66 - cirrus,amp-gain-zc : Boolean to determine if to use Amplifier gain-change
67 zero-cross
69 Optional H/G Algorithm sub-node:
71 The cs35l35 node can have a single "cirrus,classh-internal-algo" sub-node
78 - cirrus,classh-internal-algo : Sub-node for the Internal Class H Algorithm
82 Optional properties for the "cirrus,classh-internal-algo" Sub-node
85 - cirrus,classh-bst-overide : Boolean
86 - cirrus,classh-bst-max-limit
87 - cirrus,classh-mem-depth
90 - cirrus,classh-headroom
93 - cirrus,classh-release-rate
96 - cirrus,classh-wk-fet-disable
97 - cirrus,classh-wk-fet-delay
98 - cirrus,classh-wk-fet-thld
101 - cirrus,classh-vpch-auto
102 - cirrus,classh-vpch-rate
103 - cirrus,classh-vpch-man
105 Optional Monitor Signal Format sub-node:
107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node
111 See Sections 4.8.2 through 4.8.4 Serial-Port Control in the Datasheet
113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formatting
119 Sections 7.44 - 7.53 lists values for the depth, location, and frame
122 - cirrus,imon : 4 8 bit values to set the depth, location, frame and ADC
125 - cirrus,vmon : 3 8 bit values to set the depth, location, and frame
128 - cirrus,vpmon : 3 8 bit values to set the depth, location, and frame
131 - cirrus,vbstmon : 3 8 bit values to set the depth, location, and frame
134 - cirrus,vpbrstat : 3 8 bit values to set the depth, location, and frame
137 - cirrus,zerofill : 3 8 bit values to set the depth, location, and frame\
145 VA-supply = <&dummy_vreg>;
146 VP-supply = <&dummy_vreg>;
147 reset-gpios = <&axi_gpio 54 0>;
148 interrupt-parent = <&gpio8>;
150 cirrus,boost-ctl-millivolt = <9000>;
152 cirrus,stereo-config;
153 cirrus,audio-channel = <0x00>;
154 cirrus,advisory-channel = <0x01>;
155 cirrus,shared-boost;
157 cirrus,classh-internal-algo {
158 cirrus,classh-bst-overide;
159 cirrus,classh-bst-max-limit = <0x01>;
160 cirrus,classh-mem-depth = <0x01>;
161 cirrus,classh-release-rate = <0x08>;
162 cirrus,classh-headroom-millivolt = <0x0B>;
163 cirrus,classh-wk-fet-disable = <0x01>;
164 cirrus,classh-wk-fet-delay = <0x04>;
165 cirrus,classh-wk-fet-thld = <0x01>;
166 cirrus,classh-vpch-auto = <0x01>;
167 cirrus,classh-vpch-rate = <0x02>;
168 cirrus,classh-vpch-man = <0x05>;
172 cirrus,monitor-signal-format {