On Mon Nov 18, 2024 at 11:01 AM CET, Leo Liang wrote: > On Tue, Nov 12, 2024 at 03:57:37PM +0100, Thomas Bonnefille wrote: > > [EXTERNAL MAIL] > > > > Import a slightly modified version of the LicheeRV Nano and SG2002 > > device trees from the Linux Kernel. The current supported IPs are UART, > > MMC, Timer, PLIC and CLINT. > > > > Signed-off-by: Thomas Bonnefille <thomas.bonnefi...@bootlin.com> > > --- > > arch/riscv/dts/Makefile | 1 + > > arch/riscv/dts/sg2002-licheerv-nano-b.dts | 45 > > +++++++++++++++++++++++++++++++ > > arch/riscv/dts/sg2002.dtsi | 34 +++++++++++++++++++++++ > > 3 files changed, 80 insertions(+) > > Hi Thomas, > > Could we switch to use OF_UPSTREAM ? >
Hello Leo, Thank you for your review, I have a question though. The LicheeRV Nano device tree isn't upstreamed yet. It's just in the Sophgo SoC maintainer tree and should be merged in v6.13 so in ~10 weeks. Can I keep it out of dts/upstream for the moment or should I merge it by hand before ?