Skip to content

Commit 95ca6f0

Browse files
jbrun3tkhilman
authored andcommitted
arm64: dts: meson: add missing gxl rng clock
The peripheral clock of the RNG is missing for gxl while it is present for gxbb. Fixes: 1b3f6d1 ("ARM64: dts: meson-gx: add clock CLKID_RNG0 to hwrng node") Signed-off-by: Jerome Brunet <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d16d048 commit 95ca6f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,11 @@
337337
};
338338
};
339339

340+
&hwrng {
341+
clocks = <&clkc CLKID_RNG0>;
342+
clock-names = "core";
343+
};
344+
340345
&i2c_A {
341346
clocks = <&clkc CLKID_I2C>;
342347
};

0 commit comments

Comments
 (0)