diff options
author | Sebastian Reichel <sre@debian.org> | 2014-01-11 16:17:01 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 12:36:13 -0500 |
commit | 9e2367c8c9bc2d3119b9bce320e15a9c40b94127 (patch) | |
tree | 0b817d39bfadaa0febf3705e5d4e519c9bb79188 /arch/arm | |
parent | 12f2f8733a870918e39a573c75042dcbff86ef2f (diff) |
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 @@ | |||
418 | compatible = "ti,bq27200"; | 418 | compatible = "ti,bq27200"; |
419 | reg = <0x55>; | 419 | reg = <0x55>; |
420 | }; | 420 | }; |
421 | |||
422 | tpa6130a2: tpa6130a2@60 { | ||
423 | compatible = "ti,tpa6130a2"; | ||
424 | reg = <0x60>; | ||
425 | |||
426 | Vdd-supply = <&vmmc2>; | ||
427 | |||
428 | power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */ | ||
429 | }; | ||
421 | }; | 430 | }; |
422 | 431 | ||
423 | &i2c3 { | 432 | &i2c3 { |