diff options
author | Petr Kulhavy <petr@barix.com> | 2016-03-31 12:41:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-31 13:25:42 -0400 |
commit | a42121b7a1d80a0eaac9ed1442760bf4e65f5352 (patch) | |
tree | b930161d32b4aee35ec897f844c2bc22eb07ecc7 /Documentation/devicetree | |
parent | 23a282c4f088efb337957ffa21c677d30eda0784 (diff) |
ASoC: tas571x: new chip added into TAS571x binding
This adds the TAS5721 into the TAS571x binding.
Signed-off-by: Petr Kulhavy <petr@barix.com>
Reviewed-by: Kevin Cernekee <cernekee@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tas571x.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/tas571x.txt b/Documentation/devicetree/bindings/sound/tas571x.txt index 0ac31d8d5ac4..b4959f10b74b 100644 --- a/Documentation/devicetree/bindings/sound/tas571x.txt +++ b/Documentation/devicetree/bindings/sound/tas571x.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | Texas Instruments TAS5711/TAS5717/TAS5719 stereo power amplifiers | 1 | Texas Instruments TAS5711/TAS5717/TAS5719/TAS5721 stereo power amplifiers |
2 | 2 | ||
3 | The codec is controlled through an I2C interface. It also has two other | 3 | The codec is controlled through an I2C interface. It also has two other |
4 | signals that can be wired up to GPIOs: reset (strongly recommended), and | 4 | signals that can be wired up to GPIOs: reset (strongly recommended), and |
@@ -6,7 +6,11 @@ powerdown (optional). | |||
6 | 6 | ||
7 | Required properties: | 7 | Required properties: |
8 | 8 | ||
9 | - compatible: "ti,tas5711", "ti,tas5717", or "ti,tas5719" | 9 | - compatible: should be one of the following: |
10 | - "ti,tas5711", | ||
11 | - "ti,tas5717", | ||
12 | - "ti,tas5719", | ||
13 | - "ti,tas5721" | ||
10 | - reg: The I2C address of the device | 14 | - reg: The I2C address of the device |
11 | - #sound-dai-cells: must be equal to 0 | 15 | - #sound-dai-cells: must be equal to 0 |
12 | 16 | ||
@@ -25,6 +29,8 @@ Optional properties: | |||
25 | - PVDD_B-supply: regulator phandle for the PVDD_B supply (5711) | 29 | - PVDD_B-supply: regulator phandle for the PVDD_B supply (5711) |
26 | - PVDD_C-supply: regulator phandle for the PVDD_C supply (5711) | 30 | - PVDD_C-supply: regulator phandle for the PVDD_C supply (5711) |
27 | - PVDD_D-supply: regulator phandle for the PVDD_D supply (5711) | 31 | - PVDD_D-supply: regulator phandle for the PVDD_D supply (5711) |
32 | - DRVDD-supply: regulator phandle for the DRVDD supply (5721) | ||
33 | - PVDD-supply: regulator phandle for the PVDD supply (5721) | ||
28 | 34 | ||
29 | Example: | 35 | Example: |
30 | 36 | ||