Skip to content

Commit cd53a81

Browse files
cottsaygregkh
authored andcommitted
arm64: dts: meson: add missing g12 rng clock
[ Upstream commit a1afbbb ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 7490851 commit cd53a81

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@
282282
hwrng: rng@218 {
283283
compatible = "amlogic,meson-rng";
284284
reg = <0x0 0x218 0x0 0x4>;
285+
clocks = <&clkc CLKID_RNG0>;
286+
clock-names = "core";
285287
};
286288
};
287289

0 commit comments

Comments
 (0)