[PATCH v3 3/3] driver: clocksource: add gpt timer for imx6sll

Jacky Bai ping.bai at nxp.com
Tue Feb 6 19:19:42 PST 2018


Sorry. Please ignore this this three patches. Will resend the V4.

BR
Jacky Bai
> Subject: [PATCH v3 3/3] driver: clocksource: add gpt timer for imx6sll
> 
> Add gpt timer support for i.MX6SLL.
> 
> Signed-off-by: Bai Ping <ping.bai at nxp.com>
> ---
> change v1->v2:
>  - no
> change v2->v3:
>  - no
> ---
>  drivers/clocksource/timer-imx-gpt.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clocksource/timer-imx-gpt.c
> b/drivers/clocksource/timer-imx-gpt.c
> index 6ec6d79..ed19ce7 100644
> --- a/drivers/clocksource/timer-imx-gpt.c
> +++ b/drivers/clocksource/timer-imx-gpt.c
> @@ -557,3 +557,4 @@ static int __init imx6dl_timer_init_dt(struct
> device_node *np)  TIMER_OF_DECLARE(imx6dl_timer, "fsl,imx6dl-gpt",
> imx6dl_timer_init_dt);  TIMER_OF_DECLARE(imx6sl_timer, "fsl,imx6sl-gpt",
> imx6dl_timer_init_dt);  TIMER_OF_DECLARE(imx6sx_timer, "fsl,imx6sx-gpt",
> imx6dl_timer_init_dt);
> +TIMER_OF_DECLARE(imx6sl_timer, "fsl,imx6sll-gpt",
> +imx6dl_timer_init_dt);
> --
> 1.9.1




More information about the linux-arm-kernel mailing list