[PATCH 2/2] riscv: dts: sophgo: add ziccrse for sg2042
Inochi Amaoto
inochiama at gmail.com
Fri May 9 17:15:52 PDT 2025
On Sat, May 10, 2025 at 06:42:02AM +0800, Inochi Amaoto wrote:
> On Sat, May 10, 2025 at 06:11:23AM +0800, Han Gao wrote:
> > sg2042 support Ziccrse ISA extension [1].
> >
> > Link: https://lore.kernel.org/all/20241103145153.105097-12-alexghiti@rivosinc.com/ [1]
> >
> > Signed-off-by: Han Gao <rabenda.cn at gmail.com>
> > ---
> > arch/riscv/boot/dts/sophgo/sg2042-cpus.dtsi | 128 ++++++++++----------
> > 1 file changed, 64 insertions(+), 64 deletions(-)
> >
> > diff --git a/arch/riscv/boot/dts/sophgo/sg2042-cpus.dtsi b/arch/riscv/boot/dts/sophgo/sg2042-cpus.dtsi
> > index 927e0260acbd..04a6875574bb 100644
> > --- a/arch/riscv/boot/dts/sophgo/sg2042-cpus.dtsi
> > +++ b/arch/riscv/boot/dts/sophgo/sg2042-cpus.dtsi
> > @@ -259,7 +259,7 @@ cpu0: cpu at 0 {
> > riscv,isa = "rv64imafdc";
> > riscv,isa-base = "rv64i";
> > riscv,isa-extensions = "i", "m", "a", "f", "d", "c",
> > - "zicntr", "zicsr", "zifencei",
> > + "ziccrse", "zicntr", "zicsr", "zifencei",
> > "zihpm", "xtheadvector";
> > thead,vlenb = <128>;
> > reg = <0>;
>
> I prefer to keep the maximum 74 chars per line. I suggest wrapping
> the string. This apply to all the change of this file.
>
So, I mistake something, please wrap the line with max 80 chars.
Regards,
Inochi
More information about the linux-riscv
mailing list