Skip to content

Commit 4e201f2

Browse files
recalcikartben
authored andcommitted
dts: riscv: include riscv,cpus.yaml in qingke-v2
This commit updates the qingke-v2 binding to include `riscv,cpus.yaml` instead of `cpu.yaml`. Signed-off-by: Jianxiong Gu <[email protected]>
1 parent 74b502e commit 4e201f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dts/bindings/cpu/wch,qingke-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: WCH QingKe V2 RISC-V MCU
55

66
compatible: "wch,qingke-v2"
77

8-
include: cpu.yaml
8+
include: riscv,cpus.yaml

dts/riscv/wch/qingke-v2.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
device_type = "cpu";
1717
compatible = "wch,qingke-v2";
1818
reg = <0>;
19+
riscv,isa = "rv32ec_zicsr_zifencei";
1920
};
2021
};
2122

0 commit comments

Comments
 (0)