[PATCH v2 5/5] riscv: dts: sg2042: Adapt reset generator for new binding
Inochi Amaoto
inochiama at gmail.com
Wed Feb 26 15:42:33 PST 2025
As the SG2042 reset controller reuse new binding, change the device
compatible with new string.
Signed-off-by: Inochi Amaoto <inochiama at gmail.com>
---
arch/riscv/boot/dts/sophgo/sg2042.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/riscv/boot/dts/sophgo/sg2042.dtsi b/arch/riscv/boot/dts/sophgo/sg2042.dtsi
index e62ac51ac55a..2be10cbba0ce 100644
--- a/arch/riscv/boot/dts/sophgo/sg2042.dtsi
+++ b/arch/riscv/boot/dts/sophgo/sg2042.dtsi
@@ -499,9 +499,10 @@ intc: interrupt-controller at 7090000000 {
};
rstgen: reset-controller at 7030013000 {
- compatible = "sophgo,sg2042-reset";
+ compatible = "sophgo,sg2042-reset", "reset-simple";
reg = <0x00000070 0x30013000 0x00000000 0x0000000c>;
#reset-cells = <1>;
+ active-low;
};
uart0: serial at 7040000000 {
--
2.48.1
More information about the linux-riscv
mailing list