RE: [PATCH 1/3] arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk

2019-10-07 Thread Anson Huang
Hi, Shawn

> On Thu, Sep 19, 2019 at 01:05:57PM +0800, Anson Huang wrote:
> > On i.MX8MQ, usdhc's ipg clock is from IMX8MQ_CLK_IPG_ROOT, assign it
> > explicitly instead of using IMX8MQ_CLK_DUMMY.
> >
> > Signed-off-by: Anson Huang 
> 
> Fixes tag?

OK, added them in V2.

Thanks,
Anson



Re: [PATCH 1/3] arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk

2019-10-07 Thread Shawn Guo
On Thu, Sep 19, 2019 at 01:05:57PM +0800, Anson Huang wrote:
> On i.MX8MQ, usdhc's ipg clock is from IMX8MQ_CLK_IPG_ROOT,
> assign it explicitly instead of using IMX8MQ_CLK_DUMMY.
> 
> Signed-off-by: Anson Huang 

Fixes tag?

Shawn

> ---
>  arch/arm64/boot/dts/freescale/imx8mq.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi 
> b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index fd42bee..e2c95ad 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -850,7 +850,7 @@
>"fsl,imx7d-usdhc";
>   reg = <0x30b4 0x1>;
>   interrupts = ;
> - clocks = < IMX8MQ_CLK_DUMMY>,
> + clocks = < IMX8MQ_CLK_IPG_ROOT>,
>< IMX8MQ_CLK_NAND_USDHC_BUS>,
>< IMX8MQ_CLK_USDHC1_ROOT>;
>   clock-names = "ipg", "ahb", "per";
> @@ -867,7 +867,7 @@
>"fsl,imx7d-usdhc";
>   reg = <0x30b5 0x1>;
>   interrupts = ;
> - clocks = < IMX8MQ_CLK_DUMMY>,
> + clocks = < IMX8MQ_CLK_IPG_ROOT>,
>< IMX8MQ_CLK_NAND_USDHC_BUS>,
>< IMX8MQ_CLK_USDHC2_ROOT>;
>   clock-names = "ipg", "ahb", "per";
> -- 
> 2.7.4
>