Re: Add initial support for Ingenic X1000 SoC and Y&A CU Neo board v6.

From: Paul Cercueil
Date: Fri Nov 29 2019 - 06:15:35 EST


Hi Zhou,

This series need some reorder.

You introduce the defconfig in patch [03/12], then modify it in [06/12], [08/12] and [10/12]. This just makes the patchset hard to review and less likely to be merged.

Simply:
- Add missing X1000 nodes (pdma, mmc, rtc) in one patch,
- then add the CU Neo devicetree & config with PDMA, MMC and RTC enabled.

And where are patches [11/12] and [12/12]? I didn't receive them.

Cheers,
-Paul



Le ven., nov. 29, 2019 at 16:48, Zhou Yanjie <zhouyanjie@xxxxxxxx> a écrit :
v5->v6:
1.Use "stdout-path = "serial2:115200n8"" instead "stdout-path = &uart2" in DT.
2.Remove "console=ttyS2,115200n8" and "CONFIG_CMDLINE_OVERRIDE=y" from defconfg.
3.Add watchdog timer DT node, and update defconfig for watchdog timer.