ARM: dts: OMAP3-N900: Add tpa6130a2 support
authorSebastian Reichel <sre@debian.org>
Sat, 11 Jan 2014 21:17:01 +0000 (22:17 +0100)
committerBenoit Cousson <bcousson@baylibre.com>
Sun, 2 Mar 2014 17:36:13 +0000 (18:36 +0100)
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>
arch/arm/boot/dts/omap3-n900.dts

index 79c1881226778e56772abab679e0a063d9d074ee..0ceacad3a1aa2dcd441f8672d5c263c6d5367870 100644 (file)
                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 {