mbox series

[v2,0/3] clk: imx8mn: add snvs clock

Message ID 20200116073718.4475-1-horia.geanta@nxp.com (mailing list archive)
Headers show
Series clk: imx8mn: add snvs clock | expand

Message

Horia Geanta Jan. 16, 2020, 7:37 a.m. UTC
v2: add commmit message for trivial patch 1/3

This patch set adds the clock for snvs module on imx8mn.
DT bindings, clk driver are updated accordingly.
DT for imx8mn (snvs-rtc-lp node) is also updated.

Horia Geantă (3):
  dt-bindings: clock: imx8mn: add SNVS clock
  clk: imx8mn: add SNVS clock to clock tree
  arm64: dts: imx8mn: add clock for snvs rtc node

 arch/arm64/boot/dts/freescale/imx8mn.dtsi | 1 +
 drivers/clk/imx/clk-imx8mn.c              | 1 +
 include/dt-bindings/clock/imx8mn-clock.h  | 4 +++-
 3 files changed, 5 insertions(+), 1 deletion(-)

Comments

Horia Geanta Feb. 12, 2020, 9:08 p.m. UTC | #1
On 1/16/2020 9:37 AM, Horia Geantă wrote:
> v2: add commmit message for trivial patch 1/3
> 
> This patch set adds the clock for snvs module on imx8mn.
> DT bindings, clk driver are updated accordingly.
> DT for imx8mn (snvs-rtc-lp node) is also updated.
> 
> Horia Geantă (3):
>   dt-bindings: clock: imx8mn: add SNVS clock
>   clk: imx8mn: add SNVS clock to clock tree
>   arm64: dts: imx8mn: add clock for snvs rtc node
> 
>  arch/arm64/boot/dts/freescale/imx8mn.dtsi | 1 +
>  drivers/clk/imx/clk-imx8mn.c              | 1 +
>  include/dt-bindings/clock/imx8mn-clock.h  | 4 +++-
>  3 files changed, 5 insertions(+), 1 deletion(-)
> 
Kind reminder.

Patch set is here:
https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=229047&archive=both&state=*
Let me know if I should resend it.

Thanks,
Horia
Shawn Guo Feb. 13, 2020, 3:25 a.m. UTC | #2
On Thu, Jan 16, 2020 at 09:37:15AM +0200, Horia Geantă wrote:
> v2: add commmit message for trivial patch 1/3
> 
> This patch set adds the clock for snvs module on imx8mn.
> DT bindings, clk driver are updated accordingly.
> DT for imx8mn (snvs-rtc-lp node) is also updated.
> 
> Horia Geantă (3):
>   dt-bindings: clock: imx8mn: add SNVS clock
>   clk: imx8mn: add SNVS clock to clock tree
>   arm64: dts: imx8mn: add clock for snvs rtc node

Applied all, thanks.