~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/cs35l34.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 CS35L34 Speaker Amplifier
  2 
  3 Required properties:
  4 
  5   - compatible : "cirrus,cs35l34"
  6 
  7   - reg : the I2C address of the device for I2C.
  8 
  9   - VA-supply, VP-supply : power supplies for the device,
 10     as covered in
 11     Documentation/devicetree/bindings/regulator/regulator.txt.
 12 
 13   - cirrus,boost-vtge-millivolt : Boost Voltage Value.  Configures the boost
 14     converter's output voltage in mV. The range is from VP to 8V with
 15     increments of 100mV.
 16 
 17   - cirrus,boost-nanohenry: Inductor value for boost converter. The value is
 18     in nH and they can be values of 1000nH, 1100nH, 1200nH, 1500nH, and 2200nH.
 19 
 20 Optional properties:
 21 
 22   - reset-gpios: GPIO used to reset the amplifier.
 23 
 24   - interrupts : IRQ line info CS35L34.
 25     (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
 26     for further information relating to interrupt properties)
 27 
 28   - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The
 29     range starts at 1200mA and goes to a maximum of 3840mA with increments of
 30     80mA. The default value is 2480mA.
 31 
 32   - cirrus,i2s-sdinloc : ADSP SDIN I2S channel location. Indicates whether the
 33     received mono data is in the left or right portion of the I2S frame
 34     according to the AD0 pin or directly via this configuration.
 35     0x0 (Default) = Selected by AD0 input (if AD0 = LOW, use left channel),
 36     0x2 = Left,
 37     0x1 = Selected by the inversion of the AD0 input (if AD0 = LOW, use right
 38     channel),
 39     0x3 = Right.
 40 
 41   - cirrus,gain-zc-disable: Boolean property. If set, the gain change will take
 42     effect without waiting for a zero cross.
 43 
 44   - cirrus,tdm-rising-edge: Boolean property. If set, data is on the rising edge of
 45     SCLK. Otherwise, data is on the falling edge of SCLK.
 46 
 47 
 48 Example:
 49 
 50 cs35l34: cs35l34@40 {
 51         compatible = "cirrus,cs35l34";
 52         reg = <0x40>;
 53 
 54         interrupt-parent = <&gpio8>;
 55         interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
 56 
 57         reset-gpios = <&gpio 10 0>;
 58 
 59         cirrus,boost-vtge-milltvolt = <8000>; /* 8V */
 60         cirrus,boost-ind-nanohenry = <1000>; /* 1uH */
 61         cirrus,boost-peak-milliamp = <3000>; /* 3A */
 62 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php