]> git.ipfire.org Git - thirdparty/openwrt.git/blob
8ba4c45f77de290c43a908e589741830a4f3d10b
[thirdparty/openwrt.git] /
1 From 55a43c346d24434e46ef7fcc09a9df8179c346e4 Mon Sep 17 00:00:00 2001
2 From: Heiko Stuebner <heiko@sntech.de>
3 Date: Sun, 16 Feb 2025 16:27:42 +0100
4 Subject: [PATCH] arm64: dts: rockchip: change rng reset id back to its
5 constant value
6
7 With the binding header now providing the SCMI_SRST_H_TRNG_NS constant,
8 switch back to it from the temporary numeric value.
9
10 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
11 ---
12 arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
16 +++ b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
17 @@ -1768,7 +1768,7 @@
18 reg = <0x0 0xfe378000 0x0 0x200>;
19 interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH 0>;
20 clocks = <&scmi_clk SCMI_HCLK_SECURE_NS>;
21 - resets = <&scmi_reset 48>;
22 + resets = <&scmi_reset SCMI_SRST_H_TRNG_NS>;
23 };
24
25 i2s0_8ch: i2s@fe470000 {