Skip to content

Commit 464a49d

Browse files
committed
dts: riscv: aesc: Add reg-names to machine timer node
Commit 42fb906 makes it mandatory to now have reg-names property on the riscv,machine-timer node. This DTS file was somehow missed as part of the refactoring. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 2752814 commit 464a49d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/riscv/aesc/nitrogen.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
mtimer: machine-timer@f0020000 {
4242
compatible = "riscv,machine-timer";
4343
reg = <0xf0020000 0x8 0xf0020008 0x8>;
44+
reg-names = "mtime", "mtimecmp";
4445
interrupts-extended = <&hlic 7>;
4546
status = "okay";
4647
};

0 commit comments

Comments
 (0)