-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: tpa6130a2: Add device tree support
Add device tree support to tpa6130a2 driver and document the bindings. Signed-off-by: Sebastian Reichel <sre@debian.org> Signed-off-by: Mark Brown <broonie@linaro.org>
- Loading branch information
Sebastian Reichel
authored and
Mark Brown
committed
Oct 23, 2013
1 parent
31d141e
commit f95a488
Showing
2 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Texas Instruments - tpa6130a2 Codec module | ||
|
||
The tpa6130a2 serial control bus communicates through I2C protocols | ||
|
||
Required properties: | ||
|
||
- compatible - "string" - One of: | ||
"ti,tpa6130a2" - TPA6130A2 | ||
"ti,tpa6140a2" - TPA6140A2 | ||
|
||
|
||
- reg - <int> - I2C slave address | ||
|
||
- Vdd-supply - <phandle> - power supply regulator | ||
|
||
Optional properties: | ||
|
||
- power-gpio - gpio pin to power the device | ||
|
||
Example: | ||
|
||
tpa6130a2: tpa6130a2@60 { | ||
compatible = "ti,tpa6130a2"; | ||
reg = <0x60>; | ||
Vdd-supply = <&vmmc2>; | ||
power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters