Skip to content

Commit 3ecfcf3

Browse files
committed
Merge tag 'sunxi-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
Allwinner fixes for 6.18 Just one fix to correct the "thead,vlenb" property for the RISC-V based D1 SoC family. * tag 'sunxi-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: riscv: dts: allwinner: d1: fix vlenb property
2 parents a6737fe + 9f393d8 commit 3ecfcf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
riscv,isa-base = "rv64i";
2929
riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zicntr", "zicsr",
3030
"zifencei", "zihpm", "xtheadvector";
31-
thead,vlenb = <128>;
31+
thead,vlenb = <16>;
3232
#cooling-cells = <2>;
3333

3434
cpu0_intc: interrupt-controller {

0 commit comments

Comments
 (0)