arm64: dts: meson: add missing gxl rng clock
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 17 Jun 2020 12:53:46 +0000 (14:53 +0200)
committerKevin Hilman <khilman@baylibre.com>
Mon, 29 Jun 2020 23:03:12 +0000 (16:03 -0700)
The peripheral clock of the RNG is missing for gxl while it is present
for gxbb.

Fixes: 1b3f6d148692 ("ARM64: dts: meson-gx: add clock CLKID_RNG0 to hwrng node")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20200617125346.1163527-1-jbrunet@baylibre.com
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index fc59c85..6c8b189 100644 (file)
        };
 };
 
+&hwrng {
+       clocks = <&clkc CLKID_RNG0>;
+       clock-names = "core";
+};
+
 &i2c_A {
        clocks = <&clkc CLKID_I2C>;
 };