[PATCH V2 1/2] clk: imx6ul: add GPIO clock gates
From: robh@kernel.org (Rob Herring)
Date: 2018-06-05 21:17:49
Also in:
linux-clk, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2018-06-05 21:17:49
Also in:
linux-clk, linux-devicetree, lkml
On Sun, Jun 03, 2018 at 09:44:04AM +0800, Anson Huang wrote:
i.MX6UL has GPIO clock gates in CCM CCGR, add them into clock tree for clock management. Signed-off-by: Anson Huang <redacted> --- changes since V1: Move IMX6UL_CLK_GPIOx definition to end of clock table; Based on Fabio's patch "[v2] dt-bindings: clock: imx6ul: Do not change the clock definition order". drivers/clk/imx/clk-imx6ul.c | 5 +++++ include/dt-bindings/clock/imx6ul-clock.h | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-)
Acked-by: Rob Herring <robh@kernel.org>