diff options
author | Sebastian Reichel <sre@debian.org> | 2014-01-11 22:17:01 +0100 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 18:36:13 +0100 |
commit | 9e2367c8c9bc2d3119b9bce320e15a9c40b94127 (patch) | |
tree | 0b817d39bfadaa0febf3705e5d4e519c9bb79188 /arch/arm | |
parent | 12f2f8733a870918e39a573c75042dcbff86ef2f (diff) | |
download | blackbird-obmc-linux-9e2367c8c9bc2d3119b9bce320e15a9c40b94127.tar.gz blackbird-obmc-linux-9e2367c8c9bc2d3119b9bce320e15a9c40b94127.zip |
ARM: dts: OMAP3-N900: Add tpa6130a2 support
This adds support for the N900's headphone
amplifier to the N900 DTS file.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 79c188122677..0ceacad3a1aa 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -418,6 +418,15 @@ compatible = "ti,bq27200"; reg = <0x55>; }; + + tpa6130a2: tpa6130a2@60 { + compatible = "ti,tpa6130a2"; + reg = <0x60>; + + Vdd-supply = <&vmmc2>; + + power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */ + }; }; &i2c3 { |