summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorScott K Logan <logans@cottsay.net>2020-09-25 01:43:53 -0700
committerKevin Hilman <khilman@baylibre.com>2020-10-05 10:40:23 -0700
commita1afbbb0285797e01313779c71287d936d069245 (patch)
tree1b1f653c1645ce49d26fad40bcf1a78b53539e14 /arch
parentf450d2c219f6a6b79880c97bf910c3c72725eb70 (diff)
downloadlinux-stable-a1afbbb0285797e01313779c71287d936d069245.tar.gz
linux-stable-a1afbbb0285797e01313779c71287d936d069245.tar.bz2
linux-stable-a1afbbb0285797e01313779c71287d936d069245.zip
arm64: dts: meson: add missing g12 rng clock
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> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com> Link: https://lore.kernel.org/r/520a1a8ec7a958b3d918d89563ec7e93a4100a45.camel@cottsay.net
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
index 1e83ec5b8c91..81f490e404ca 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
@@ -282,6 +282,8 @@
hwrng: rng@218 {
compatible = "amlogic,meson-rng";
reg = <0x0 0x218 0x0 0x4>;
+ clocks = <&clkc CLKID_RNG0>;
+ clock-names = "core";
};
};