mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20240218111959.1811676-4-martin.blumenstingl@googlemail.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
6f2cc11b43
commit
778a2c0004
|
|
@ -620,7 +620,6 @@ pwrc: power-controller {
|
|||
};
|
||||
|
||||
&hwrng {
|
||||
compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
|
||||
clocks = <&clkc CLKID_RNG0>;
|
||||
clock-names = "core";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user