Skip to content

Commit

Permalink
dts: riscv: include riscv,cpus.yaml in qingke-v2
Browse files Browse the repository at this point in the history
This commit updates the qingke-v2 binding to include `riscv,cpus.yaml`
instead of `cpu.yaml`.

Signed-off-by: Jianxiong Gu <[email protected]>
  • Loading branch information
recalci authored and kartben committed Jan 15, 2025
1 parent 74b502e commit 4e201f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dts/bindings/cpu/wch,qingke-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: WCH QingKe V2 RISC-V MCU

compatible: "wch,qingke-v2"

include: cpu.yaml
include: riscv,cpus.yaml
1 change: 1 addition & 0 deletions dts/riscv/wch/qingke-v2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
device_type = "cpu";
compatible = "wch,qingke-v2";
reg = <0>;
riscv,isa = "rv32ec_zicsr_zifencei";
};
};

Expand Down

0 comments on commit 4e201f2

Please sign in to comment.