RE: [PATCH 3/3] arm64: dts: imx8mq: add clock for SNVS RTC node

2019-05-23 Thread Anson Huang
Hi, Shawn

> -Original Message-
> From: Shawn Guo [mailto:shawn...@kernel.org]
> Sent: Thursday, May 23, 2019 9:03 AM
> To: Anson Huang 
> Cc: robh...@kernel.org; mark.rutl...@arm.com; s.ha...@pengutronix.de;
> ker...@pengutronix.de; feste...@gmail.com; mturque...@baylibre.com;
> sb...@kernel.org; l.st...@pengutronix.de; Abel Vesa
> ; andrew.smir...@gmail.com; ccai...@baylibre.com;
> an...@akkea.ca; a...@sigxcpu.org; devicet...@vger.kernel.org; linux-arm-
> ker...@lists.infradead.org; linux-kernel@vger.kernel.org; linux-
> c...@vger.kernel.org; dl-linux-imx 
> Subject: Re: [PATCH 3/3] arm64: dts: imx8mq: add clock for SNVS RTC node
> 
> On Wed, May 15, 2019 at 01:09:36AM +, Anson Huang wrote:
> > i.MX8MQ has clock gate for SNVS module, add clock info to SNVS RTC
> > node for clock management.
> >
> > Signed-off-by: Anson Huang 
> 
> This one still has problem with encoding and thus cannot be applied.
> Here is what I get, and there is '=20' in the patch content.

We switch to another server which has no such issue, I resent the patch,
Please pick up this one, sorry for the inconvenience.

https://patchwork.kernel.org/patch/10959097/

thanks,
Anson.

> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> b/arch/arm64/boot/dt= s/freescale/imx8mq.dtsi index e5f3133..b706de8
> 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -438,6 +438,8 @@
> offset =3D <0x34>;
> interrupts =3D  IRQ_TYPE_LEVEL_HIGH>,
>  IRQ_TYPE_LEVEL_HIGH>;
> +   clocks =3D < 
> IMX8MQ_CLK_SNVS_ROOT>;
> +   clock-names =3D "snvs-rtc";
> };
> };
> =20
> --=20
> 2.7.4



Re: [PATCH 3/3] arm64: dts: imx8mq: add clock for SNVS RTC node

2019-05-22 Thread Shawn Guo
On Wed, May 15, 2019 at 01:09:36AM +, Anson Huang wrote:
> i.MX8MQ has clock gate for SNVS module, add clock info to SNVS
> RTC node for clock management.
> 
> Signed-off-by: Anson Huang 

This one still has problem with encoding and thus cannot be applied.
Here is what I get, and there is '=20' in the patch content.

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dt=
s/freescale/imx8mq.dtsi
index e5f3133..b706de8 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -438,6 +438,8 @@
offset =3D <0x34>;
interrupts =3D ,
;
+   clocks =3D < IMX8MQ_CLK_SNVS_ROOT>;
+   clock-names =3D "snvs-rtc";
};
};
=20
--=20
2.7.4



[PATCH 3/3] arm64: dts: imx8mq: add clock for SNVS RTC node

2019-05-14 Thread Anson Huang
i.MX8MQ has clock gate for SNVS module, add clock info to SNVS
RTC node for clock management.

Signed-off-by: Anson Huang 
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi 
b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index e5f3133..b706de8 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -438,6 +438,8 @@
offset = <0x34>;
interrupts = ,
;
+   clocks = < IMX8MQ_CLK_SNVS_ROOT>;
+   clock-names = "snvs-rtc";
};
};
 
-- 
2.7.4