On Wed, Aug 13, 2025 at 10:09:27AM +0000, Yao Zi wrote: > Imply OF_UPSTREAM in platform Kconfig option and adapt existing boards > to use the correct upstream devicetree paths. > > Signed-off-by: Yao Zi <zi...@disroot.org> > --- > arch/riscv/cpu/th1520/Kconfig | 1 + > arch/riscv/dts/Makefile | 1 - > .../dts/th1520-lichee-module-4a-u-boot.dtsi | 10 + > arch/riscv/dts/th1520-lichee-module-4a.dtsi | 164 ------ > .../riscv/dts/th1520-lichee-pi-4a-u-boot.dtsi | 27 + > arch/riscv/dts/th1520-lichee-pi-4a.dts | 33 -- > arch/riscv/dts/th1520-u-boot.dtsi | 44 ++ > arch/riscv/dts/th1520.dtsi | 530 ------------------ > configs/th1520_lpi4a_defconfig | 2 +- > 9 files changed, 83 insertions(+), 729 deletions(-) > create mode 100644 arch/riscv/dts/th1520-lichee-module-4a-u-boot.dtsi > delete mode 100644 arch/riscv/dts/th1520-lichee-module-4a.dtsi > create mode 100644 arch/riscv/dts/th1520-lichee-pi-4a-u-boot.dtsi > delete mode 100644 arch/riscv/dts/th1520-lichee-pi-4a.dts > create mode 100644 arch/riscv/dts/th1520-u-boot.dtsi > delete mode 100644 arch/riscv/dts/th1520.dtsi
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>