From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v3 5/7] ARM: shmobile: sh73a0: add MSTP clock assignments to DT
Date: Wed, 05 Nov 2014 15:54:43 +0000 [thread overview]
Message-ID: <1467004.In07WrlpG8@avalon> (raw)
Hi Ulrich,
Thank you for the patch.
On Tuesday 28 October 2014 18:02:14 Ulrich Hecht wrote:
> Assigns clocks to cmt1, i2c*, mmcif, sdhi*, and scif*.
>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/boot/dts/sh73a0.dtsi | 29 +++++++++++++++++++++++++++++
> 1 file changed, 29 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
> index daa486c..de08c10 100644
> --- a/arch/arm/boot/dts/sh73a0.dtsi
> +++ b/arch/arm/boot/dts/sh73a0.dtsi
> @@ -56,6 +56,8 @@
>
> renesas,channels-mask = <0x3f>;
>
> + clocks = <&mstp3_clks SH73A0_CLK_CMT1>;
> + clock-names = "fck";
> status = "disabled";
> };
>
> @@ -145,6 +147,7 @@
> 0 168 IRQ_TYPE_LEVEL_HIGH
> 0 169 IRQ_TYPE_LEVEL_HIGH
> 0 170 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks SH73A0_CLK_IIC0>;
> status = "disabled";
> };
>
> @@ -157,6 +160,7 @@
> 0 52 IRQ_TYPE_LEVEL_HIGH
> 0 53 IRQ_TYPE_LEVEL_HIGH
> 0 54 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp3_clks SH73A0_CLK_IIC1>;
> status = "disabled";
> };
>
> @@ -169,6 +173,7 @@
> 0 172 IRQ_TYPE_LEVEL_HIGH
> 0 173 IRQ_TYPE_LEVEL_HIGH
> 0 174 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp0_clks SH73A0_CLK_IIC2>;
> status = "disabled";
> };
>
> @@ -181,6 +186,7 @@
> 0 184 IRQ_TYPE_LEVEL_HIGH
> 0 185 IRQ_TYPE_LEVEL_HIGH
> 0 186 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp4_clks SH73A0_CLK_IIC3>;
> status = "disabled";
> };
>
> @@ -193,6 +199,7 @@
> 0 188 IRQ_TYPE_LEVEL_HIGH
> 0 189 IRQ_TYPE_LEVEL_HIGH
> 0 190 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp4_clks SH73A0_CLK_IIC4>;
> status = "disabled";
> };
>
> @@ -202,6 +209,7 @@
> interrupts = <0 140 IRQ_TYPE_LEVEL_HIGH
> 0 141 IRQ_TYPE_LEVEL_HIGH>;
> reg-io-width = <4>;
> + clocks = <&mstp3_clks SH73A0_CLK_MMCIF0>;
> status = "disabled";
> };
>
> @@ -212,6 +220,7 @@
> 0 84 IRQ_TYPE_LEVEL_HIGH
> 0 85 IRQ_TYPE_LEVEL_HIGH>;
> cap-sd-highspeed;
> + clocks = <&mstp3_clks SH73A0_CLK_SDHI0>;
> status = "disabled";
> };
>
> @@ -223,6 +232,7 @@
> 0 89 IRQ_TYPE_LEVEL_HIGH>;
> toshiba,mmc-wrprotect-disable;
> cap-sd-highspeed;
> + clocks = <&mstp3_clks SH73A0_CLK_SDHI1>;
> status = "disabled";
> };
>
> @@ -233,6 +243,7 @@
> 0 105 IRQ_TYPE_LEVEL_HIGH>;
> toshiba,mmc-wrprotect-disable;
> cap-sd-highspeed;
> + clocks = <&mstp3_clks SH73A0_CLK_SDHI2>;
> status = "disabled";
> };
>
> @@ -240,6 +251,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6c40000 0x100>;
> interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFA0>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -247,6 +260,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6c50000 0x100>;
> interrupts = <0 73 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFA1>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -254,6 +269,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6c60000 0x100>;
> interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFA2>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -261,6 +278,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6c70000 0x100>;
> interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFA3>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -268,6 +287,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6c80000 0x100>;
> interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFA4>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -275,6 +296,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6cb0000 0x100>;
> interrupts = <0 79 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFA5>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -282,6 +305,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6cc0000 0x100>;
> interrupts = <0 156 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp3_clks SH73A0_CLK_SCIFA6>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -289,6 +314,8 @@
> compatible = "renesas,scifa-sh73a0", "renesas,scifa";
> reg = <0xe6cd0000 0x100>;
> interrupts = <0 143 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFA7>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
>
> @@ -296,6 +323,8 @@
> compatible = "renesas,scifb-sh73a0", "renesas,scifb";
> reg = <0xe6c30000 0x100>;
> interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp2_clks SH73A0_CLK_SCIFB>;
> + clock-names = "sci_ick";
> status = "disabled";
> };
--
Regards,
Laurent Pinchart
next reply other threads:[~2014-11-05 15:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-05 15:54 Laurent Pinchart [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-28 17:02 [PATCH v3 5/7] ARM: shmobile: sh73a0: add MSTP clock assignments to DT Ulrich Hecht
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=1467004.In07WrlpG8@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 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.