All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sughosh Ganu <sughosh.ganu@linaro.org>
To: u-boot@lists.denx.de
Subject: [PATCH v5 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
Date: Thu, 26 Dec 2019 22:55:02 +0530	[thread overview]
Message-ID: <1577381108-6320-3-git-send-email-sughosh.ganu@linaro.org> (raw)
In-Reply-To: <1577381108-6320-1-git-send-email-sughosh.ganu@linaro.org>

Add an entry for allowing clock enablement for the random number
generator peripheral, RNG1.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Patrick Delaunay <patrick.delaunay@st.com>
---
 drivers/clk/clk_stm32mp1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/clk_stm32mp1.c b/drivers/clk/clk_stm32mp1.c
index 3718970..da66bde 100644
--- a/drivers/clk/clk_stm32mp1.c
+++ b/drivers/clk/clk_stm32mp1.c
@@ -563,6 +563,7 @@ static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = {
 	STM32MP1_CLK_SET_CLR(RCC_MP_AHB4ENSETR, 10, GPIOK, _UNKNOWN_SEL),
 
 	STM32MP1_CLK_SET_CLR(RCC_MP_AHB5ENSETR, 0, GPIOZ, _UNKNOWN_SEL),
+	STM32MP1_CLK_SET_CLR(RCC_MP_AHB5ENSETR, 6, RNG1_K, _UNKNOWN_SEL),
 
 	STM32MP1_CLK_SET_CLR(RCC_MP_AHB6ENSETR, 7, ETHCK_K, _ETH_SEL),
 	STM32MP1_CLK_SET_CLR(RCC_MP_AHB6ENSETR, 8, ETHTX, _UNKNOWN_SEL),
-- 
2.7.4

  parent reply	other threads:[~2019-12-26 17:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-26 17:25 [PATCH v5 0/8] Add a random number generator uclass Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 1/8] dm: rng: Add random number generator(rng) uclass Sughosh Ganu
2019-12-27  7:04   ` Heinrich Schuchardt
2019-12-27 11:38     ` Sughosh Ganu
2019-12-26 17:25 ` Sughosh Ganu [this message]
2019-12-26 17:25 ` [PATCH v5 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device Sughosh Ganu
2019-12-27  7:51   ` Heinrich Schuchardt
2019-12-27 11:19     ` Sughosh Ganu
2019-12-27 12:42       ` Heinrich Schuchardt
2019-12-27 12:50         ` Heinrich Schuchardt
2019-12-27 12:58           ` Sughosh Ganu
2019-12-27 12:52         ` Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 4/8] configs: stm32mp15: Enable " Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 5/8] sandbox: rng: Add a random number generator(rng) driver Sughosh Ganu
2019-12-27  6:54   ` Heinrich Schuchardt
2019-12-27 11:40     ` Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 6/8] configs: sandbox: Enable random number generator(rng) device Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 7/8] test: rng: Add basic test for random number generator(rng) uclass Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 8/8] virtio: rng: Add a random number generator(rng) driver Sughosh Ganu
2019-12-27  7:12   ` Heinrich Schuchardt
2019-12-27 11:29     ` Sughosh Ganu
2019-12-27 12:27       ` Heinrich Schuchardt

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=1577381108-6320-3-git-send-email-sughosh.ganu@linaro.org \
    --to=sughosh.ganu@linaro.org \
    --cc=u-boot@lists.denx.de \
    /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.