From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: fix lcdck declaration
Date: Wed, 4 Mar 2015 17:42:51 +0100 [thread overview]
Message-ID: <54F7360B.1070308@atmel.com> (raw)
In-Reply-To: <1425486360-21799-1-git-send-email-boris.brezillon@free-electrons.com>
Le 04/03/2015 17:26, Boris Brezillon a ?crit :
> lcdck clk is assigned id 3 and not 4.
>
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
and squashed into previous one.
Thanks!
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index aa4b829..1273af4 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -461,7 +461,7 @@
>
> lcdck: lcdck {
> #clock-cells = <0>;
> - reg = <4>;
> + reg = <3>;
> clocks = <&mck>;
> };
>
>
--
Nicolas Ferre
prev parent reply other threads:[~2015-03-04 16:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 16:26 [PATCH] ARM: at91/dt: fix lcdck declaration Boris Brezillon
2015-03-04 16:42 ` Nicolas Ferre [this message]
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=54F7360B.1070308@atmel.com \
--to=nicolas.ferre@atmel.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).