projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d16d048
)
arm64: dts: meson: add missing gxl rng clock
author
Jerome Brunet
<jbrunet@baylibre.com>
Wed, 17 Jun 2020 12:53:46 +0000
(14:53 +0200)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index fc59c8534c0f7dcaad2c8f4ca1d4b4b16c695636..6c8b189884ca5b7c0272fd6a34b560fbb9b2cf8d 100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@
-337,6
+337,11
@@
clkc: clock-controller {
};
};
+&hwrng {
+ clocks = <&clkc CLKID_RNG0>;
+ clock-names = "core";
+};
+
&i2c_A {
clocks = <&clkc CLKID_I2C>;
};