arm64: dts: rockchip: drop obsolete reset-names from rk356x rng node

The reset-names property is not part of the binding, so drop it.
It is also not used by the driver, so that property was likely
a leftover from some vendor-kernel node.

Fixes: afeccc4084 ("arm64: dts: rockchip: add DT entry for RNG to RK356x")
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240815162519.751193-1-heiko@sntech.de
This commit is contained in:
Heiko Stuebner
2024-08-15 18:25:19 +02:00
parent da6f413023
commit ec532f3591

View File

@@ -1119,7 +1119,6 @@ rng: rng@fe388000 {
clocks = <&cru CLK_TRNG_NS>, <&cru HCLK_TRNG_NS>;
clock-names = "core", "ahb";
resets = <&cru SRST_TRNG_NS>;
reset-names = "reset";
status = "disabled";
};