From: Neil Armstrong <narmstrong@baylibre.com>
To: Scott K Logan <logans@cottsay.net>,
Kevin Hilman <khilman@baylibre.com>,
linux-amlogic@lists.infradead.org
Subject: Re: [PATCH] arm64: dts: meson: add missing g12 rng clock
Date: Sat, 26 Sep 2020 09:29:45 +0200 [thread overview]
Message-ID: <da902fd0-c859-5e31-2151-a59fda6000d1@baylibre.com> (raw)
In-Reply-To: <520a1a8ec7a958b3d918d89563ec7e93a4100a45.camel@cottsay.net>
On 25/09/2020 10:43, Scott K Logan wrote:
> This adds the missing perpheral clock for the RNG for Amlogic G12. As
> stated in amlogic,meson-rng.yaml, this isn't always necessary for the
> RNG to function, but is better to have in case the clock is disabled for
> some reason prior to loading.
>
> Signed-off-by: Scott K Logan <logans@cottsay.net>
> Suggested-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> index 593a006f4b7b..6ec40af658ba 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> @@ -247,6 +247,8 @@ apb_efuse: bus@30000 {
> hwrng: rng@218 {
> compatible = "amlogic,meson-rng";
> reg = <0x0 0x218 0x0 0x4>;
> + clocks = <&clkc CLKID_RNG0>;
> + clock-names = "core";
> };
> };
>
>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
next prev parent reply other threads:[~2020-09-26 7:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 8:43 Scott K Logan
2020-09-26 7:29 ` Neil Armstrong [this message]
2020-10-02 18:51 ` Kevin Hilman
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=da902fd0-c859-5e31-2151-a59fda6000d1@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=logans@cottsay.net \
--subject='Re: [PATCH] arm64: dts: meson: add missing g12 rng clock' \
/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
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.