linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mkl@pengutronix.de (Marc Kleine-Budde)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mx5: Replace clk_register_clkdev with clock DT lookup
Date: Tue, 20 Nov 2012 16:31:40 +0100	[thread overview]
Message-ID: <50ABA25C.7050304@pengutronix.de> (raw)
In-Reply-To: <20121120152836.GM10369@pengutronix.de>

On 11/20/2012 04:28 PM, Sascha Hauer wrote:
> On Mon, Nov 19, 2012 at 04:40:25PM -0200, Fabio Estevam wrote:
>> Similarly as it was done for mx6q, use a DT lookup in order to make maintainance
>> task for the clock devices easier.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>> ---
>>  .../devicetree/bindings/clock/imx5-clock.txt       |  197 ++++++++++++++++++++
>>  arch/arm/boot/dts/imx51.dtsi                       |   39 ++++
>>  arch/arm/boot/dts/imx53.dtsi                       |   48 +++++
>>  arch/arm/mach-imx/clk-imx51-imx53.c                |   26 +--
>>  arch/arm/mach-imx/imx51-dt.c                       |   28 +--
>>  arch/arm/mach-imx/mach-imx53.c                     |   31 +--
>>  6 files changed, 299 insertions(+), 70 deletions(-)
>>  create mode 100644 Documentation/devicetree/bindings/clock/imx5-clock.txt
>>
>> diff --git a/Documentation/devicetree/bindings/clock/imx5-clock.txt b/Documentation/devicetree/bindings/clock/imx5-clock.txt
>> new file mode 100644
>> index 0000000..a6fb29e
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/clock/imx5-clock.txt
>> @@ -0,0 +1,197 @@
>> +* Clock bindings for Freescale i.MX5
>> +
>> +Required properties:
>> +- compatible: Should be "fsl,<soc>-ccm" , where <soc> can be mx51 or mx53
> 
> s/mx51/imx51/
> s/mx53/iMX53/
         ^^^^^
imx53?

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121120/06a9d932/attachment.sig>

  reply	other threads:[~2012-11-20 15:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19 18:40 [PATCH] ARM: mx5: Replace clk_register_clkdev with clock DT lookup Fabio Estevam
2012-11-20 15:28 ` Sascha Hauer
2012-11-20 15:31   ` Marc Kleine-Budde [this message]
2012-11-20 15:48     ` Sascha Hauer

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=50ABA25C.7050304@pengutronix.de \
    --to=mkl@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).