mbox series

[0/3] Add RTC related clocks for Ingenic SoCs.

Message ID 20200725051136.58220-1-zhouyanjie@wanyeetech.com
Headers show
Series Add RTC related clocks for Ingenic SoCs. | expand

Message

Zhou Yanjie July 25, 2020, 5:11 a.m. UTC
1.Add RTC related clocks bindings for the JZ4780 SoC,
  the X1000 SoC, and the X1830 SoC.
2.Add "XXXX_CLK_EXCLK_DIV512" and "XXXX_CLK_RTC" for
  the JZ4780 SoC, the X1000 SoC, and the X1830 SoC.

周琰杰 (Zhou Yanjie) (3):
  dt-bindings: clock: Add RTC related clocks for Ingenic SoCs.
  dt-bindings: clock: Add tabs to align code.
  clk: Ingenic: Add RTC related clocks for Ingenic SoCs.

 drivers/clk/ingenic/jz4780-cgu.c       |  12 +++
 drivers/clk/ingenic/x1000-cgu.c        |  13 +++
 drivers/clk/ingenic/x1830-cgu.c        |  13 +++
 include/dt-bindings/clock/jz4780-cgu.h | 144 +++++++++++++++++----------------
 include/dt-bindings/clock/x1000-cgu.h  |   2 +
 include/dt-bindings/clock/x1830-cgu.h  |   2 +
 6 files changed, 115 insertions(+), 71 deletions(-)

Comments

Stephen Boyd July 28, 2020, 1:19 a.m. UTC | #1
Quoting 周琰杰 (Zhou Yanjie) (2020-07-24 22:11:33)
> 1.Add RTC related clocks bindings for the JZ4780 SoC,
>   the X1000 SoC, and the X1830 SoC.
> 2.Add "XXXX_CLK_EXCLK_DIV512" and "XXXX_CLK_RTC" for
>   the JZ4780 SoC, the X1000 SoC, and the X1830 SoC.
> 
> 周琰杰 (Zhou Yanjie) (3):
>   dt-bindings: clock: Add RTC related clocks for Ingenic SoCs.
>   dt-bindings: clock: Add tabs to align code.
>   clk: Ingenic: Add RTC related clocks for Ingenic SoCs.
> 
>  drivers/clk/ingenic/jz4780-cgu.c       |  12 +++
>  drivers/clk/ingenic/x1000-cgu.c        |  13 +++
>  drivers/clk/ingenic/x1830-cgu.c        |  13 +++
>  include/dt-bindings/clock/jz4780-cgu.h | 144 +++++++++++++++++----------------

Thanks. Applied to clk-next.