Re: [PATCHv2 9/9] DTS: OMAP3-N900: Add sound support

2014-06-30 Thread Pavel Machek
On Mon 2014-04-28 16:07:27, Sebastian Reichel wrote:
> This patch adds support for the Nokia N900's sound
> system.
> 
> Signed-off-by: Sebastian Reichel 

Acked-by: Pavel Machek 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv2 9/9] DTS: OMAP3-N900: Add sound support

2014-05-05 Thread Tony Lindgren
* Mark Brown  [140501 11:41]:
> On Mon, Apr 28, 2014 at 04:07:27PM +0200, Sebastian Reichel wrote:
> > This patch adds support for the Nokia N900's sound
> > system.
> 
> Reviewed-by: Mark Brown 

Applying the last patch into omap-for-v3.16/dt branch thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv2 9/9] DTS: OMAP3-N900: Add sound support

2014-05-01 Thread Mark Brown
On Mon, Apr 28, 2014 at 04:07:27PM +0200, Sebastian Reichel wrote:
> This patch adds support for the Nokia N900's sound
> system.

Reviewed-by: Mark Brown 


signature.asc
Description: Digital signature


[PATCHv2 9/9] DTS: OMAP3-N900: Add sound support

2014-04-28 Thread Sebastian Reichel
This patch adds support for the Nokia N900's sound
system.

Signed-off-by: Sebastian Reichel 
---
 arch/arm/boot/dts/omap3-n900.dts | 17 +
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 6bc8100..5701f91 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -90,6 +90,19 @@
};
};
};
+
+   sound: n900-audio {
+   compatible = "nokia,n900-audio";
+
+   nokia,cpu-dai = <&mcbsp2>;
+   nokia,audio-codec = <&tlv320aic3x>, <&tlv320aic3x_aux>;
+   nokia,headphone-amplifier = <&tpa6130a2>;
+
+   tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
+   jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
+   eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */
+   speaker-amplifier-gpios = <&twl_gpio 7 GPIO_ACTIVE_HIGH>;
+   };
 };
 
 &omap3_pmx_core {
@@ -662,3 +675,7 @@
};
};
 };
+
+&mcbsp2 {
+   status = "ok";
+};
-- 
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html