On Thu, Jun 15, 2023 at 05:36:45PM +0800, Yanhong Wang wrote: > The difference between 1.2A and 1.3B is dynamically configured according > to the PCB version, and there is no difference on the board device tree, > so the same DT file can be used. > > Signed-off-by: Yanhong Wang <yanhong.w...@starfivetech.com> > --- > arch/riscv/dts/Makefile | 3 +- > ... jh7110-starfive-visionfive-2-u-boot.dtsi} | 25 ++++++- > .../jh7110-starfive-visionfive-2-v1.2a.dts | 12 ---- > ...10-starfive-visionfive-2-v1.3b-u-boot.dtsi | 69 ------------------- > ...b.dts => jh7110-starfive-visionfive-2.dts} | 3 +- > configs/starfive_visionfive2_defconfig | 4 +- > 6 files changed, 28 insertions(+), 88 deletions(-) > rename arch/riscv/dts/{jh7110-starfive-visionfive-2-v1.2a-u-boot.dtsi => > jh7110-starfive-visionfive-2-u-boot.dtsi} (66%) > delete mode 100644 arch/riscv/dts/jh7110-starfive-visionfive-2-v1.2a.dts > delete mode 100644 > arch/riscv/dts/jh7110-starfive-visionfive-2-v1.3b-u-boot.dtsi > rename arch/riscv/dts/{jh7110-starfive-visionfive-2-v1.3b.dts => > jh7110-starfive-visionfive-2.dts} (65%)
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>