Re: [PATCH] gpio: mxc: add clock operation
From: Linus Walleij
Date: Thu May 24 2018 - 03:19:55 EST
On Mon, May 21, 2018 at 12:06 PM, Anson Huang <Anson.Huang@xxxxxxx> wrote:
> i.MX6SLL has GPIO clock gates in CCM CCGR, need
> to enable them before accessing registers, add
> optional clock operation for GPIO driver.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
Some warnings from the build robot, seem like a missing
#include <linux/clk.h> or something.
Yours,
Linus Walleij