From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Thu, 28 Jun 2018 08:52:18 +0800 Subject: [PATCH V2 2/2] ARM: dts: imx6ul: add GPIO clocks In-Reply-To: References: <1527990245-13619-1-git-send-email-Anson.Huang@nxp.com> <1527990245-13619-2-git-send-email-Anson.Huang@nxp.com> Message-ID: <20180628005217.GC22683@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jun 25, 2018 at 03:14:39AM +0000, Anson Huang wrote: > Gentle Ping... I cannot apply this dts patch until the clock patch is landed on mainline, because it has a dependency on new clock ID IMX6UL_CLK_GPIO1 created by clock patch. Shawn > > -----Original Message----- > > From: Anson Huang > > Sent: Sunday, June 3, 2018 9:44 AM > > To: shawnguo at kernel.org; kernel at pengutronix.de; Fabio Estevam > > ; robh+dt at kernel.org; mark.rutland at arm.com; > > mturquette at baylibre.com; sboyd at kernel.org; > > michael at amarulasolutions.com; matteo.lisi at engicam.com > > Cc: dl-linux-imx ; linux-arm-kernel at lists.infradead.org; > > devicetree at vger.kernel.org; linux-kernel at vger.kernel.org; > > linux-clk at vger.kernel.org > > Subject: [PATCH V2 2/2] ARM: dts: imx6ul: add GPIO clocks > > > > i.MX6UL has GPIO clock gates in CCM CCGR, add clock property for GPIO driver > > to make sure all GPIO banks work as expected. > > > > Signed-off-by: Anson Huang > > --- > > no changes since V1. > > arch/arm/boot/dts/imx6ul.dtsi | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi > > index 1241972..405e068 100644 > > --- a/arch/arm/boot/dts/imx6ul.dtsi > > +++ b/arch/arm/boot/dts/imx6ul.dtsi > > @@ -437,6 +437,7 @@ > > reg = <0x0209c000 0x4000>; > > interrupts = , > > ; > > + clocks = <&clks IMX6UL_CLK_GPIO1>; > > gpio-controller; > > #gpio-cells = <2>; > > interrupt-controller; > > @@ -450,6 +451,7 @@ > > reg = <0x020a0000 0x4000>; > > interrupts = , > > ; > > + clocks = <&clks IMX6UL_CLK_GPIO2>; > > gpio-controller; > > #gpio-cells = <2>; > > interrupt-controller; > > @@ -462,6 +464,7 @@ > > reg = <0x020a4000 0x4000>; > > interrupts = , > > ; > > + clocks = <&clks IMX6UL_CLK_GPIO3>; > > gpio-controller; > > #gpio-cells = <2>; > > interrupt-controller; > > @@ -474,6 +477,7 @@ > > reg = <0x020a8000 0x4000>; > > interrupts = , > > ; > > + clocks = <&clks IMX6UL_CLK_GPIO4>; > > gpio-controller; > > #gpio-cells = <2>; > > interrupt-controller; > > @@ -486,6 +490,7 @@ > > reg = <0x020ac000 0x4000>; > > interrupts = , > > ; > > + clocks = <&clks IMX6UL_CLK_GPIO5>; > > gpio-controller; > > #gpio-cells = <2>; > > interrupt-controller; > > -- > > 2.7.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-clk" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html