Skip to content

Commit d545576

Browse files
committed
conf/evalsoc: Fixup sysrst compile warning issue.
Signed-off-by: guibing <[email protected]>
1 parent 69c5409 commit d545576

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

conf/evalsoc/nuclei_rv32imac.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@
336336
};
337337
};
338338

339-
sysrst {
339+
sysrst@18030ff0 {
340340
compatible = "nuclei,sysrst";
341-
reg = <0x0 0x18030FF0>;
341+
reg = <0x0 0x18030ff0 0x0 0x0>;
342342
};
343343
};

conf/evalsoc/nuclei_rv32imafdc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@
336336
};
337337
};
338338

339-
sysrst {
339+
sysrst@18030ff0 {
340340
compatible = "nuclei,sysrst";
341-
reg = <0x0 0x18030FF0>;
341+
reg = <0x0 0x18030ff0 0x0 0x0>;
342342
};
343343
};

conf/evalsoc/nuclei_rv64imac.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@
412412
};
413413
};
414414

415-
sysrst {
415+
sysrst@18030ff0 {
416416
compatible = "nuclei,sysrst";
417-
reg = <0x0 0x18030FF0>;
417+
reg = <0x0 0x18030ff0 0x0 0x0>;
418418
};
419419
};

conf/evalsoc/nuclei_rv64imafdc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@
412412
};
413413
};
414414

415-
sysrst {
415+
sysrst@18030ff0 {
416416
compatible = "nuclei,sysrst";
417-
reg = <0x0 0x18030FF0>;
417+
reg = <0x0 0x18030ff0 0x0 0x0>;
418418
};
419419
};

0 commit comments

Comments
 (0)