mbox series

[0/3] Refresh device tree and defconfig for Ingenic SoCs and boards.

Message ID 1652384021-46309-1-git-send-email-zhouyanjie@wanyeetech.com (mailing list archive)
Headers show
Series Refresh device tree and defconfig for Ingenic SoCs and boards. | expand

Message

Zhou Yanjie May 12, 2022, 7:33 p.m. UTC
1.Add PWM node for X1830 SoC from Ingenic.
2.Add SSI nodes for X1000 SoC and X1830 SoC from Ingenic.
3.Refresh SSI related nodes in CU1000-Neo and CU1830-Neo.
4.The X1830 SoC used by the CU1830-Neo and the X1000 SoC
  used by the CU1000-Neo are both single-core processors,
  therefore the "OST_CLK_PERCPU_TIMER" ABI should not be
  used in the OST nodes of the CU1830-Neo and CU1000-Neo,
  it is just a coincidence that there is no problem now.
  So replace the misused "OST_CLK_PERCPU_TIMER" ABI with
  the correct "OST_CLK_EVENT_TIMER" ABI.
5.Refresh the defconfig files of the CU1000-Neo board and
  the CU1830-Neo board, remove the selection of SPI-GPIO,
  and add the selection of SSI.

周琰杰 (Zhou Yanjie) (3):
  MIPS: Ingenic: Add PWM nodes for X1830.
  MIPS: Ingenic: Refresh device tree for Ingenic SoCs and boards.
  MIPS: Ingenic: Refresh defconfig for CU1000-Neo and CU1830-Neo.

 arch/mips/boot/dts/ingenic/cu1000-neo.dts | 77 ++++++++++++++++---------------
 arch/mips/boot/dts/ingenic/cu1830-neo.dts | 76 +++++++++++++++---------------
 arch/mips/boot/dts/ingenic/x1000.dtsi     | 20 ++++++++
 arch/mips/boot/dts/ingenic/x1830.dtsi     | 53 +++++++++++++++++++++
 arch/mips/configs/cu1000-neo_defconfig    |  2 +-
 arch/mips/configs/cu1830-neo_defconfig    |  2 +-
 6 files changed, 154 insertions(+), 76 deletions(-)

Comments

Thomas Bogendoerfer May 23, 2022, 9:19 a.m. UTC | #1
On Fri, May 13, 2022 at 03:33:38AM +0800, 周琰杰 (Zhou Yanjie) wrote:
> 1.Add PWM node for X1830 SoC from Ingenic.
> 2.Add SSI nodes for X1000 SoC and X1830 SoC from Ingenic.
> 3.Refresh SSI related nodes in CU1000-Neo and CU1830-Neo.
> 4.The X1830 SoC used by the CU1830-Neo and the X1000 SoC
>   used by the CU1000-Neo are both single-core processors,
>   therefore the "OST_CLK_PERCPU_TIMER" ABI should not be
>   used in the OST nodes of the CU1830-Neo and CU1000-Neo,
>   it is just a coincidence that there is no problem now.
>   So replace the misused "OST_CLK_PERCPU_TIMER" ABI with
>   the correct "OST_CLK_EVENT_TIMER" ABI.
> 5.Refresh the defconfig files of the CU1000-Neo board and
>   the CU1830-Neo board, remove the selection of SPI-GPIO,
>   and add the selection of SSI.
> 
> 周琰杰 (Zhou Yanjie) (3):
>   MIPS: Ingenic: Add PWM nodes for X1830.
>   MIPS: Ingenic: Refresh device tree for Ingenic SoCs and boards.
>   MIPS: Ingenic: Refresh defconfig for CU1000-Neo and CU1830-Neo.
> 
>  arch/mips/boot/dts/ingenic/cu1000-neo.dts | 77 ++++++++++++++++---------------
>  arch/mips/boot/dts/ingenic/cu1830-neo.dts | 76 +++++++++++++++---------------
>  arch/mips/boot/dts/ingenic/x1000.dtsi     | 20 ++++++++
>  arch/mips/boot/dts/ingenic/x1830.dtsi     | 53 +++++++++++++++++++++
>  arch/mips/configs/cu1000-neo_defconfig    |  2 +-
>  arch/mips/configs/cu1830-neo_defconfig    |  2 +-
>  6 files changed, 154 insertions(+), 76 deletions(-)
> 
> -- 
> 2.7.4

seried applied to mips-next.

Thomas.