From: denis@eukrea.com (Denis Carikli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv8][ 5/5] ARM: dts: mbimxsd53: Add sound support.
Date: Wed, 27 Nov 2013 16:54:24 +0100 [thread overview]
Message-ID: <1385567664-758-5-git-send-email-denis@eukrea.com> (raw)
In-Reply-To: <1385567664-758-1-git-send-email-denis@eukrea.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: devicetree at vger.kernel.org
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel at alsa-project.org
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Eric B?nard <eric@eukrea.com>
Signed-off-by: Denis Carikli <denis@eukrea.com>
---
ChangeLog v7->v8:
- New patch.
---
.../boot/dts/imx53-eukrea-mbimxsd53-baseboard.dts | 43 ++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/arch/arm/boot/dts/imx53-eukrea-mbimxsd53-baseboard.dts b/arch/arm/boot/dts/imx53-eukrea-mbimxsd53-baseboard.dts
index 95929aa..b14cc3d 100644
--- a/arch/arm/boot/dts/imx53-eukrea-mbimxsd53-baseboard.dts
+++ b/arch/arm/boot/dts/imx53-eukrea-mbimxsd53-baseboard.dts
@@ -51,8 +51,21 @@
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
+
+ sound {
+ compatible = "eukrea,asoc-tlv320";
+ eukrea,model = "imx53-eukrea-tlv320aic23";
+ ssi-controller = <&ssi2>;
+ fsl,mux-int-port = <2>;
+ fsl,mux-ext-port = <4>;
+ };
};
+&audmux {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_audmux>;
+ status = "okay";
+};
&esdhc1 {
pinctrl-names = "default";
@@ -63,8 +76,28 @@
status = "okay";
};
+&i2c2 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_i2c2>;
+ status = "okay";
+
+ tlv320aic23: codec at 1a {
+ compatible = "ti,tlv320aic23";
+ clocks = <&clks IMX5_CLK_SSI_EXT1_GATE>;
+ reg = <0x1a>;
+ };
+};
+
&iomuxc {
imx53-eukrea {
+ pinctrl_hog: hoggrp {
+ fsl,pins = <MX53_PAD_PATA_DA_0__GPIO7_6 0x80000000>;
+ };
+
+ pinctrl_audmux: audmuxgrp {
+ fsl,pins = <MX53_AUDMUX_PINGRP2>;
+ };
+
pinctrl_esdhc1: esdhc1 {
fsl,pins = <MX53_ESDHC1_PINGRP1>;
};
@@ -81,6 +114,10 @@
fsl,pins = <MX53_PAD_KEY_ROW4__GPIO4_15 0x80000000>;
};
+ pinctrl_i2c2: i2c2grp {
+ fsl,pins = <MX53_I2C2_PINGRP1>;
+ };
+
pinctrl_uart1: uart1grp {
fsl,pins = <MX53_UART1_PINGRP2>;
};
@@ -91,6 +128,12 @@
};
};
+&ssi2 {
+ codec-handle = <&tlv320aic23>;
+ fsl,mode = "i2s-slave";
+ status = "okay";
+};
+
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
--
1.7.9.5
next prev parent reply other threads:[~2013-11-27 15:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-27 15:54 [PATCHv8][ 1/5] ASoC: eukrea-tlv320: Add DT support Denis Carikli
2013-11-27 15:54 ` [PATCHv8][ 2/5] ARM: dts: mbimxsd25: Add sound support Denis Carikli
2013-12-10 12:49 ` Shawn Guo
2013-11-27 15:54 ` [PATCHv8][ 3/5] ARM: dts: mbimxsd35: " Denis Carikli
2013-11-27 15:54 ` [PATCHv8][ 4/5] ARM: dts: mbimxsd51: " Denis Carikli
2013-11-27 15:54 ` Denis Carikli [this message]
2013-12-09 18:08 ` [PATCHv8][ 1/5] ASoC: eukrea-tlv320: Add DT support Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385567664-758-5-git-send-email-denis@eukrea.com \
--to=denis@eukrea.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).