Skip to content

Commit 5ff3d96

Browse files
committed
conf/evalsoc: Fixup sysrst compile warning issue.
Signed-off-by: guibing <[email protected]>
1 parent 9e6b97b commit 5ff3d96

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
@@ -280,8 +280,8 @@
280280
};
281281
#endif
282282

283-
sysrst {
283+
sysrst@18030ff0 {
284284
compatible = "nuclei,sysrst";
285-
reg = <0x0 0x18030FF0>;
285+
reg = <0x0 0x18030ff0 0x0 0x0>;
286286
};
287287
};

conf/evalsoc/nuclei_rv32imafdc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@
280280
};
281281
#endif
282282

283-
sysrst {
283+
sysrst@18030ff0 {
284284
compatible = "nuclei,sysrst";
285-
reg = <0x0 0x18030FF0>;
285+
reg = <0x0 0x18030ff0 0x0 0x0>;
286286
};
287287
};

conf/evalsoc/nuclei_rv64imac.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@
375375
};
376376
#endif
377377

378-
sysrst {
378+
sysrst@18030ff0 {
379379
compatible = "nuclei,sysrst";
380-
reg = <0x0 0x18030FF0>;
380+
reg = <0x0 0x18030ff0 0x0 0x0>;
381381
};
382382
};

conf/evalsoc/nuclei_rv64imafdc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@
375375
};
376376
#endif
377377

378-
sysrst {
378+
sysrst@18030ff0 {
379379
compatible = "nuclei,sysrst";
380-
reg = <0x0 0x18030FF0>;
380+
reg = <0x0 0x18030ff0 0x0 0x0>;
381381
};
382382
};

0 commit comments

Comments
 (0)