All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/7] ARM: mxs: convert m28evk board to device tree
Date: Tue, 10 Jul 2012 23:23:53 +0800	[thread overview]
Message-ID: <20120710152350.GA11813@S2101-09.ap.freescale.net> (raw)
In-Reply-To: <201207100920.03867.marex@denx.de>

On Tue, Jul 10, 2012 at 09:20:03AM +0200, Marek Vasut wrote:
> Dear Shawn Guo,
> 
> > From: Marek Vasut <marex@denx.de>
> > 
> [...]
> 
> > +	sound {
> > +		compatible = "fsl,imx28-evk-sgtl5000",
> 
> imx28-evk ? ;-)
> 
Fixed as below.

Regards,
Shawn

---8<---

diff --git a/arch/arm/boot/dts/apx4devkit.dts b/arch/arm/boot/dts/apx4devkit.dts
index a670a90..04664bc 100644
--- a/arch/arm/boot/dts/apx4devkit.dts
+++ b/arch/arm/boot/dts/apx4devkit.dts
@@ -124,9 +124,9 @@
        };

        sound {
-               compatible = "fsl,imx28-evk-sgtl5000",
+               compatible = "bluegiga,apx4devkit-sgtl5000",
                             "fsl,mxs-audio-sgtl5000";
-               model = "imx28-evk-sgtl5000";
+               model = "apx4devkit-sgtl5000";
                saif-controllers = <&saif0 &saif1>;
                audio-codec = <&sgtl5000>;
        };
diff --git a/arch/arm/boot/dts/m28evk.dts b/arch/arm/boot/dts/m28evk.dts
index f3acdfa..183a3fd 100644
--- a/arch/arm/boot/dts/m28evk.dts
+++ b/arch/arm/boot/dts/m28evk.dts
@@ -201,9 +201,9 @@
        };

        sound {
-               compatible = "fsl,imx28-evk-sgtl5000",
+               compatible = "denx,m28evk-sgtl5000",
                             "fsl,mxs-audio-sgtl5000";
-               model = "imx28-evk-sgtl5000";
+               model = "m28evk-sgtl5000";
                saif-controllers = <&saif0 &saif1>;
                audio-codec = <&sgtl5000>;
        };

  parent reply	other threads:[~2012-07-10 15:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10  5:36 [PATCH v2 0/7] Convert mxs board files to device tree Shawn Guo
2012-07-10  5:36 ` [PATCH v2 1/7] ARM: dts: imx28: move extra gpmi-nand pins into board dts Shawn Guo
2012-07-10  5:36 ` [PATCH v2 2/7] ARM: dts: imx28: move lcdif control " Shawn Guo
2012-07-10  5:36 ` [PATCH v2 3/7] ARM: mxs: convert m28evk board to device tree Shawn Guo
2012-07-10  7:20   ` Marek Vasut
2012-07-10  7:24     ` Shawn Guo
2012-07-10  8:32       ` Marek Vasut
2012-07-10 15:23     ` Shawn Guo [this message]
2012-07-10 15:37       ` Marek Vasut
2012-07-10 15:45         ` Shawn Guo
2012-07-10 15:51           ` Marek Vasut
2012-07-10 16:08             ` Shawn Guo
2012-07-10 16:26               ` Marek Vasut
2012-07-10  5:36 ` [PATCH v2 4/7] ARM: mxs: convert apx4devkit " Shawn Guo
2012-07-10  5:36 ` [PATCH v2 5/7] ARM: mxs: convert tx28 " Shawn Guo
2012-07-10 15:37   ` Shawn Guo
2012-07-10  5:36 ` [PATCH v2 6/7] ARM: mxs: convert stmp378x_devb " Shawn Guo
2012-07-10  5:36 ` [PATCH v2 7/7] ARM: mxs: add dtb-y target into Makefile.boot Shawn Guo
2012-07-10  5:38 ` [PATCH v2 3/7] ARM: mxs: convert m28evk board to device tree Shawn Guo
2012-07-10  5:39 ` [PATCH v2 6/7] ARM: mxs: convert stmp378x_devb " Shawn Guo

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=20120710152350.GA11813@S2101-09.ap.freescale.net \
    --to=shawn.guo@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.