projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af2f6b
)
arm64: dts: rockchip: change rng reset id back to its constant value
author
Heiko Stuebner
<heiko@sntech.de>
Sun, 16 Feb 2025 15:27:42 +0000
(16:27 +0100)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
index
1e18ad9
..
1401d9f
100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
+++ b/
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
@@
-1970,7
+1970,7
@@
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 {