Commit 6f2cc11b authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Neil Armstrong

ARM: dts: meson8: fix &hwrng node compatible string

There's no documentation for a "amlogic,meson8-rng" compatible string.
Keep the default compatible string from meson.dtsi which is
"amlogic,meson-rng" (which is also documented).

This fixes a binding check error.
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240218111959.1811676-3-martin.blumenstingl@googlemail.comSigned-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 0a20438f
...@@ -645,7 +645,6 @@ pwrc: power-controller { ...@@ -645,7 +645,6 @@ pwrc: power-controller {
}; };
&hwrng { &hwrng {
compatible = "amlogic,meson8-rng", "amlogic,meson-rng";
clocks = <&clkc CLKID_RNG0>; clocks = <&clkc CLKID_RNG0>;
clock-names = "core"; clock-names = "core";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment