Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b3f6d14 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Herbert Xu
Browse files

ARM64: dts: meson-gx: add clock CLKID_RNG0 to hwrng node



Add clock CLKID_RNG0 to HW randon number generator node.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e56e12ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@
			#size-cells = <2>;
			ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>;

			rng {
			hwrng: rng {
				compatible = "amlogic,meson-rng";
				reg = <0x0 0x0 0x0 0x4>;
			};
+5 −0
Original line number Diff line number Diff line
@@ -524,3 +524,8 @@
&vpu {
	compatible = "amlogic,meson-gxbb-vpu", "amlogic,meson-gx-vpu";
};

&hwrng {
	clocks = <&clkc CLKID_RNG0>;
	clock-names = "core";
};