>On 08/10/2023 13:16, Inochi Amaoto wrote: >> Add initial device tree for the CV1812H RISC-V SoC by SOPHGO. >> >> Signed-off-by: Inochi Amaoto <inochiama@xxxxxxxxxxx> >> --- >> arch/riscv/boot/dts/sophgo/cv1800b.dtsi | 95 +------------ >> arch/riscv/boot/dts/sophgo/cv180x.dtsi | 178 ++++++++++++++++++++++++ >> arch/riscv/boot/dts/sophgo/cv1812h.dtsi | 36 +++++ > >You need to split moving existing code into common file and then send it >with proper -M/-B/-C argument so the move/copy will be detected. > >Best regards, >Krzysztof > Thanks for reminding me. It seems only -C work for this.