Skip to content

Commit 42bd427

Browse files
committed
conf/evalsoc: Fixup sysrst compile warning issue.
Signed-off-by: guibing <guibing@nucleisys.com>
1 parent 30f882d commit 42bd427

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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,9 +375,9 @@
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

383383
firmware {

conf/evalsoc/nuclei_rv64imafdc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@
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

383383
firmware {

0 commit comments

Comments
 (0)