From: Tony Lindgren <tony@atomide.com>
To: Sebastian Reichel <sre@kernel.org>
Cc: "Paul Walmsley" <paul@pwsan.com>,
"Benoît Cousson" <bcousson@baylibre.com>,
"Russell King" <linux@armlinux.org.uk>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, "Tero Kristo" <t-kristo@ti.com>
Subject: Re: [PATCH 1/3] ARM: dts: omap4: add missing des_fck
Date: Mon, 12 Jun 2017 00:26:47 -0700 [thread overview]
Message-ID: <20170612072647.GQ3730@atomide.com> (raw)
In-Reply-To: <20170609231206.19798-2-sre@kernel.org>
* Sebastian Reichel <sre@kernel.org> [170609 16:16]:
> Add missing functional clock for DES3DES IP core. This is
> documented in the TRM as CM_L4SEC_DES3DES_CLKCTRL.
Tero care to ack? Also, see the other two hwmod patches
in this series for your clkctrl changes.
Regards,
Tony
> Signed-off-by: Sebastian Reichel <sre@kernel.org>
> ---
> arch/arm/boot/dts/omap44xx-clocks.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi
> index 9573b37fbaa7..e997265460d4 100644
> --- a/arch/arm/boot/dts/omap44xx-clocks.dtsi
> +++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi
> @@ -985,6 +985,14 @@
> reg = <0x15a8>;
> };
>
> + des_fck: des_fck@15b0 {
> + #clock-cells = <0>;
> + compatible = "ti,gate-clock";
> + clocks = <&l3_div_ck>;
> + ti,bit-shift = <1>;
> + reg = <0x15b0>;
> + };
> +
> dss_sys_clk: dss_sys_clk@1120 {
> #clock-cells = <0>;
> compatible = "ti,gate-clock";
> --
> 2.11.0
>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: dts: omap4: add missing des_fck
Date: Mon, 12 Jun 2017 00:26:47 -0700 [thread overview]
Message-ID: <20170612072647.GQ3730@atomide.com> (raw)
In-Reply-To: <20170609231206.19798-2-sre@kernel.org>
* Sebastian Reichel <sre@kernel.org> [170609 16:16]:
> Add missing functional clock for DES3DES IP core. This is
> documented in the TRM as CM_L4SEC_DES3DES_CLKCTRL.
Tero care to ack? Also, see the other two hwmod patches
in this series for your clkctrl changes.
Regards,
Tony
> Signed-off-by: Sebastian Reichel <sre@kernel.org>
> ---
> arch/arm/boot/dts/omap44xx-clocks.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi
> index 9573b37fbaa7..e997265460d4 100644
> --- a/arch/arm/boot/dts/omap44xx-clocks.dtsi
> +++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi
> @@ -985,6 +985,14 @@
> reg = <0x15a8>;
> };
>
> + des_fck: des_fck at 15b0 {
> + #clock-cells = <0>;
> + compatible = "ti,gate-clock";
> + clocks = <&l3_div_ck>;
> + ti,bit-shift = <1>;
> + reg = <0x15b0>;
> + };
> +
> dss_sys_clk: dss_sys_clk at 1120 {
> #clock-cells = <0>;
> compatible = "ti,gate-clock";
> --
> 2.11.0
>
next prev parent reply other threads:[~2017-06-12 7:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-09 23:12 [PATCH 0/3] OMAP4: crypto support Sebastian Reichel
2017-06-09 23:12 ` Sebastian Reichel
2017-06-09 23:12 ` [PATCH 1/3] ARM: dts: omap4: add missing des_fck Sebastian Reichel
2017-06-09 23:12 ` Sebastian Reichel
2017-06-12 7:26 ` Tony Lindgren [this message]
2017-06-12 7:26 ` Tony Lindgren
2017-06-12 8:14 ` Tero Kristo
2017-06-12 8:14 ` Tero Kristo
2017-06-12 8:14 ` Tero Kristo
2017-06-09 23:12 ` [PATCH 2/3] ARM: OMAP4: hwmod data: add aes Sebastian Reichel
2017-06-09 23:12 ` Sebastian Reichel
2017-06-12 8:23 ` Tero Kristo
2017-06-12 8:23 ` Tero Kristo
2017-06-12 8:23 ` Tero Kristo
2017-06-09 23:12 ` [PATCH 3/3] ARM: OMAP4: hwmod data: add des Sebastian Reichel
2017-06-09 23:12 ` Sebastian Reichel
2017-06-12 8:16 ` Tero Kristo
2017-06-12 8:16 ` Tero Kristo
2017-06-12 8:16 ` Tero Kristo
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=20170612072647.GQ3730@atomide.com \
--to=tony@atomide.com \
--cc=bcousson@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=paul@pwsan.com \
--cc=sre@kernel.org \
--cc=t-kristo@ti.com \
/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.