arm64: dts: rockchip: change rng reset id back to its constant value
authorHeiko Stuebner <heiko@sntech.de>
Sun, 16 Feb 2025 15:27:42 +0000 (16:27 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 7 Apr 2025 07:15:44 +0000 (09:15 +0200)
With the binding header now providing the SCMI_SRST_H_TRNG_NS constant,
switch back to it from the temporary numeric value.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi

index 1e18ad93ba0ebdad31642b88ff0f90ef4e8dc76f..1401d9fecfc4c94899ed325b84749bda030390c4 100644 (file)
                reg = <0x0 0xfe378000 0x0 0x200>;
                interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH 0>;
                clocks = <&scmi_clk SCMI_HCLK_SECURE_NS>;
-               resets = <&scmi_reset 48>;
+               resets = <&scmi_reset SCMI_SRST_H_TRNG_NS>;
        };
 
        i2s0_8ch: i2s@fe470000 {