Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
From: Ash Charles <ashcharles@gmail.com>
To: linux-omap@vger.kernel.org, devicetree@vger.kernel.org
Cc: tony@atomide.com, bcousson@baylibre.com,
	Adam YH Lee <adam.yh.lee@gmail.com>
Subject: [PATCH 3/5] omap3: overo: Enable McBSP2 for all Overo COMs
Date: Fri, 12 Jun 2015 13:37:24 -0700	[thread overview]
Message-ID: <1434141446-11568-4-git-send-email-ashcharles@gmail.com> (raw)
In-Reply-To: <1434141446-11568-1-git-send-email-ashcharles@gmail.com>

From: Adam YH Lee <adam.yh.lee@gmail.com>

Both Gumstix Overo and Overo Storm COMs use TWL4030 audio module
connected to the McBSP2.  As such, enable the McBSP2 module in the
common device tree file, omap3-overo-base.dtsi, rather than in the
processor-specific device tree files, omap3-overo.dtsi and
omap3-overo-storm.dtsi.  This corrects audio on the Storm COMs where
the setting was accidentally missing from the device tree.

Signed-off-by: Ash Charles <ashcharles@gmail.com>
---
 arch/arm/boot/dts/omap3-overo-base.dtsi | 4 ++++
 arch/arm/boot/dts/omap3-overo.dtsi      | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-overo-base.dtsi b/arch/arm/boot/dts/omap3-overo-base.dtsi
index 18e1649681c1..029e5feb65b4 100644
--- a/arch/arm/boot/dts/omap3-overo-base.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-base.dtsi
@@ -218,3 +218,7 @@
 	pinctrl-0 = <&uart2_pins>;
 };
 
+&mcbsp2 {
+	status = "okay";
+};
+
diff --git a/arch/arm/boot/dts/omap3-overo.dtsi b/arch/arm/boot/dts/omap3-overo.dtsi
index 69ca7c45bca2..932a02ff552a 100644
--- a/arch/arm/boot/dts/omap3-overo.dtsi
+++ b/arch/arm/boot/dts/omap3-overo.dtsi
@@ -32,7 +32,3 @@
 		>;
 	};
 };
-
-&mcbsp2 {
-	status = "okay";
-};
-- 
2.1.4


  parent reply	other threads:[~2015-06-12 20:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-12 20:37 [PATCH 0/5] Device Tree Fixes for Overo Ash Charles
2015-06-12 20:37 ` [PATCH 1/5] omap3: overo: Update LCD panel names Ash Charles
     [not found]   ` <1434141446-11568-2-git-send-email-ashcharles-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-07-14  6:48     ` Tony Lindgren
2015-06-12 20:37 ` [PATCH 2/5] omap3: dts: Add DTS for Gumstix TobiDuo expansion board Ash Charles
     [not found]   ` <1434141446-11568-3-git-send-email-ashcharles-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-07-14 11:01     ` Tony Lindgren
2015-06-12 20:37 ` Ash Charles [this message]
2015-06-12 20:37 ` [PATCH 4/5] omap3: overo: Support PoP NAND Ash Charles
     [not found] ` <1434141446-11568-1-git-send-email-ashcharles-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-12 20:37   ` [PATCH 5/5] omap3: overo: Add device tree for Palo35 board Ash Charles

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=1434141446-11568-4-git-send-email-ashcharles@gmail.com \
    --to=ashcharles@gmail.com \
    --cc=adam.yh.lee@gmail.com \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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