arm64: dts: rockchip: drop obsolete reset-names from rk356x rng node
authorHeiko Stuebner <heiko@sntech.de>
Thu, 15 Aug 2024 16:25:19 +0000 (18:25 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 15 Aug 2024 20:16:01 +0000 (22:16 +0200)
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: afeccc408496 ("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
arch/arm64/boot/dts/rockchip/rk356x.dtsi

index d160a23fd495909f8073e3eb8fc8a89a7457b752..c29b444f9b56fd657dc9fe489373b50edd212508 100644 (file)
                clocks = <&cru CLK_TRNG_NS>, <&cru HCLK_TRNG_NS>;
                clock-names = "core", "ahb";
                resets = <&cru SRST_TRNG_NS>;
-               reset-names = "reset";
                status = "disabled";
        };