From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: imx: add audio codec clk lookup for imx53-qsb
Date: Mon, 14 May 2012 10:53:48 +0200 [thread overview]
Message-ID: <20120514085348.GB30400@pengutronix.de> (raw)
In-Reply-To: <20120514085002.GE20367@S2100-06.ap.freescale.net>
On Mon, May 14, 2012 at 04:50:03PM +0800, Shawn Guo wrote:
> On Mon, May 14, 2012 at 10:22:01AM +0200, Sascha Hauer wrote:
> > > static void __init imx53_dt_init(void)
> > > {
> > > struct device_node *node;
> > > @@ -99,6 +115,9 @@ static void __init imx53_dt_init(void)
> > > of_node_put(node);
> > > }
> > >
> > > + if (of_machine_is_compatible("fsl,imx53-qsb"))
> > > + imx53_qsb_init();
> > > +
> >
> > I wonder if we really want to open this can of worms here. Adding board
> > specific hacks (or fixups) in this file can become very messy once we
> > have more than only a few oftree based boards.
> >
> From what I have seen, this is an acceptable solution to board specific
> setup. What's the alternative on your mind?
Right now I do not have an alternative, I just try to see 2 years in the
future. Maybe until then we can do it this way and then I'll point to
this post saying 'I told you' ;)
I hope we won't get to that point. The above should be really in the
devicetree, right?
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2012-05-14 8:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 6:42 [PATCH 0/5] Enable audio support for imx51-babbage and imx53-qsb Shawn Guo
2012-05-11 6:42 ` [PATCH 1/5] ARM: imx: add more imx5 ssi clocks Shawn Guo
2012-05-11 7:42 ` Sascha Hauer
2012-05-11 9:13 ` Shawn Guo
2012-05-11 7:47 ` Sascha Hauer
2012-05-11 9:17 ` Shawn Guo
2012-05-11 6:42 ` [PATCH 2/5] ARM: imx: add audmux pad setting for imx51-babbage Shawn Guo
2012-05-11 6:42 ` [PATCH 3/5] ARM: imx: add audio codec clk lookup for imx53-qsb Shawn Guo
2012-05-14 8:22 ` Sascha Hauer
2012-05-14 8:50 ` Shawn Guo
2012-05-14 8:53 ` Sascha Hauer [this message]
2012-05-14 9:46 ` Shawn Guo
2012-05-11 6:42 ` [PATCH 4/5] ARM: dts: imx51-babbage: enable audio support Shawn Guo
2012-05-11 13:18 ` Fabio Estevam
2012-05-11 14:28 ` Shawn Guo
2012-05-11 6:42 ` [PATCH 5/5] ARM: dts: imx53-qsb: " 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=20120514085348.GB30400@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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).