From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] [V3] ARM: shmobile: r8a7790.dtsi: ficx i2c[0-3] clock reference
Date: Mon, 20 Jan 2014 11:44:22 +0000 [thread overview]
Message-ID: <1476096.k9EQ2CW51m@avalon> (raw)
In-Reply-To: <1390218113-13715-1-git-send-email-ben.dooks@codethink.co.uk>
On Monday 20 January 2014 11:41:53 Ben Dooks wrote:
> The R8A7790's dtsi file i2c0, i2c1, i2c2, and i2c3 nodes have clock
> refrences to the mstp3_clks clock node, however these clocks are in the
Nearly there, s/refrences/references/ :-)
> mstp9_clks node.
>
> The error was introducted in 72197ca7a1cb1cea5 ("ARM: shmobile: r8a7790:
> Reference clocks") which is in Simon's current development tree.
>
> This patch fixes the following error:
>
> of_clk_src_onecell_get: invalid clock index 31
> i2c-rcar e6508000.i2c: cannot get clock
> i2c-rcar: probe of e6508000.i2c failed with error -2
>
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> ---
> Cc: horms+renesas@verge.net.au
> Cc: laurent.pinchart+renesas@ideasonboard.com
> Cc: linux-sh@vger.kernel.org
> ---
> arch/arm/boot/dts/r8a7790.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
> index 3cc834b..15e2a97 100644
> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -198,7 +198,7 @@
> reg = <0 0xe6508000 0 0x40>;
> interrupt-parent = <&gic>;
> interrupts = <0 287 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&mstp3_clks R8A7790_CLK_I2C0>;
> + clocks = <&mstp9_clks R8A7790_CLK_I2C0>;
> status = "disabled";
> };
>
> @@ -209,7 +209,7 @@
> reg = <0 0xe6518000 0 0x40>;
> interrupt-parent = <&gic>;
> interrupts = <0 288 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&mstp3_clks R8A7790_CLK_I2C1>;
> + clocks = <&mstp9_clks R8A7790_CLK_I2C1>;
> status = "disabled";
> };
>
> @@ -220,7 +220,7 @@
> reg = <0 0xe6530000 0 0x40>;
> interrupt-parent = <&gic>;
> interrupts = <0 286 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&mstp3_clks R8A7790_CLK_I2C2>;
> + clocks = <&mstp9_clks R8A7790_CLK_I2C2>;
> status = "disabled";
> };
>
> @@ -231,7 +231,7 @@
> reg = <0 0xe6540000 0 0x40>;
> interrupt-parent = <&gic>;
> interrupts = <0 290 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&mstp3_clks R8A7790_CLK_I2C3>;
> + clocks = <&mstp9_clks R8A7790_CLK_I2C3>;
> status = "disabled";
> };
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-01-20 11:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-20 11:41 [PATCH] [V3] ARM: shmobile: r8a7790.dtsi: ficx i2c[0-3] clock reference Ben Dooks
2014-01-20 11:44 ` Laurent Pinchart [this message]
2014-01-20 11:44 ` Ben Dooks
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=1476096.k9EQ2CW51m@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-sh@vger.kernel.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).