dts: riscv: Fix a typo in riscv,isa for mpfs
The RISC-V ISA extension is called `Zifencei` instead of `Zfencei`. Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
This commit is contained in:
parent
b504932ae9
commit
cb677febb1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
compatible = "riscv";
|
||||
device_type = "cpu";
|
||||
reg = < 0x0 >;
|
||||
riscv,isa = "rv64imac_zicsr_zfencei";
|
||||
riscv,isa = "rv64imac_zicsr_zifencei";
|
||||
hlic0: interrupt-controller {
|
||||
compatible = "riscv,cpu-intc";
|
||||
#address-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue