Commit 778a2c00 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Neil Armstrong

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

There's no documentation for a "amlogic,meson8b-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-4-martin.blumenstingl@googlemail.comSigned-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 6f2cc11b
......@@ -620,7 +620,6 @@ pwrc: power-controller {
};
&hwrng {
compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
clocks = <&clkc CLKID_RNG0>;
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