* [PATCH V4] ARM64: dts: hi6220-hikey: Add clock binding for the pmic mfd
@ 2017-04-24 20:40 Daniel Lezcano
[not found] ` <1493066439-6889-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Lezcano @ 2017-04-24 20:40 UTC (permalink / raw)
To: xuwei5-C8/M+/jPZTeaMJb+Lgu22Q
Cc: Arnd Bergmann, Stephen Boyd, Michael Turquette, Rob Herring,
Lee Jones, Rob Herring, Mark Rutland, Catalin Marinas,
Will Deacon, open list:OPEN FIRMWARE AND..., open list,
moderated list:ARM/HISILICON SOC...
The hi655x PMIC provides the regulators but also a clock. The latter is missing
in the definition and in the DT, thus it is no possible to enable the WiFi which
depends on this clock.
The hi655x's clock has been added and the hi655x multifunction driver has
updated with a clock-cell.
This patch adds the clock-cells for the PMIC in the DT and updates the
documentation.
Signed-off-by: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Cc: Michael Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
---
Changelog:
v4:
- Added Acked-by's
- Updated the commit message with a better description
---
Documentation/devicetree/bindings/mfd/hisilicon,hi655x.txt | 6 ++++++
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 1 +
2 files changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/mfd/hisilicon,hi655x.txt b/Documentation/devicetree/bindings/mfd/hisilicon,hi655x.txt
index 0548569..9630ac0 100644
--- a/Documentation/devicetree/bindings/mfd/hisilicon,hi655x.txt
+++ b/Documentation/devicetree/bindings/mfd/hisilicon,hi655x.txt
@@ -16,6 +16,11 @@ Required properties:
- reg: Base address of PMIC on Hi6220 SoC.
- interrupt-controller: Hi655x has internal IRQs (has own IRQ domain).
- pmic-gpios: The GPIO used by PMIC IRQ.
+- #clock-cells: From common clock binding; shall be set to 0
+
+Optional properties:
+- clock-output-names: From common clock binding to override the
+ default output clock name
Example:
pmic: pmic@f8000000 {
@@ -24,4 +29,5 @@ Example:
interrupt-controller;
#interrupt-cells = <2>;
pmic-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
+ #clock-cells = <0>;
}
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index dba3c13..e0496f7 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -325,6 +325,7 @@
pmic: pmic@f8000000 {
compatible = "hisilicon,hi655x-pmic";
reg = <0x0 0xf8000000 0x0 0x1000>;
+ #clock-cells = <0>;
interrupt-controller;
#interrupt-cells = <2>;
pmic-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH V4] ARM64: dts: hi6220-hikey: Add clock binding for the pmic mfd
[not found] ` <1493066439-6889-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2017-05-04 22:07 ` Daniel Lezcano
2017-05-05 7:48 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Lezcano @ 2017-05-04 22:07 UTC (permalink / raw)
To: xuwei5-C8/M+/jPZTeaMJb+Lgu22Q
Cc: Arnd Bergmann, Stephen Boyd, Michael Turquette, Rob Herring,
Lee Jones, Rob Herring, Mark Rutland, Catalin Marinas,
Will Deacon, open list:OPEN FIRMWARE AND..., open list,
moderated list:ARM/HISILICON SOC...
On Mon, Apr 24, 2017 at 10:40:22PM +0200, Daniel Lezcano wrote:
> The hi655x PMIC provides the regulators but also a clock. The latter is missing
> in the definition and in the DT, thus it is no possible to enable the WiFi which
> depends on this clock.
>
> The hi655x's clock has been added and the hi655x multifunction driver has
> updated with a clock-cell.
>
> This patch adds the clock-cells for the PMIC in the DT and updates the
> documentation.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
> Cc: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
> Cc: Michael Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
> ---
> Changelog:
> v4:
> - Added Acked-by's
> - Updated the commit message with a better description
> ---
Hi Xu Wei,
a gentle reminder for this patch. Is it ok for you?
Thanks.
-- Daniel
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH V4] ARM64: dts: hi6220-hikey: Add clock binding for the pmic mfd
2017-05-04 22:07 ` Daniel Lezcano
@ 2017-05-05 7:48 ` Lee Jones
2017-05-05 8:32 ` Daniel Lezcano
0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2017-05-05 7:48 UTC (permalink / raw)
To: Daniel Lezcano
Cc: xuwei5, Arnd Bergmann, Stephen Boyd, Michael Turquette,
Rob Herring, Rob Herring, Mark Rutland, Catalin Marinas,
Will Deacon, open list:OPEN FIRMWARE AND..., open list,
moderated list:ARM/HISILICON SOC...
On Fri, 05 May 2017, Daniel Lezcano wrote:
> On Mon, Apr 24, 2017 at 10:40:22PM +0200, Daniel Lezcano wrote:
> > The hi655x PMIC provides the regulators but also a clock. The latter is missing
> > in the definition and in the DT, thus it is no possible to enable the WiFi which
> > depends on this clock.
> >
> > The hi655x's clock has been added and the hi655x multifunction driver has
> > updated with a clock-cell.
> >
> > This patch adds the clock-cells for the PMIC in the DT and updates the
> > documentation.
> >
> > Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> > Acked-by: Rob Herring <robh@kernel.org>
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> > Cc: Arnd Bergmann <arnd@arndb.de>
> > Cc: Stephen Boyd <sboyd@codeaurora.org>
> > Cc: Michael Turquette <mturquette@baylibre.com>
> > ---
> > Changelog:
> > v4:
> > - Added Acked-by's
> > - Updated the commit message with a better description
> > ---
>
> Hi Xu Wei,
>
> a gentle reminder for this patch. Is it ok for you?
a) Pings aren't usually received well. If you wish to remind
maintainers of a patch's existence a [RESEND] is usually the most
accepted method.
b) There is usually little point (at least it's significantly reduced)
in sending pings/resends whilst the merge-window is open. Maintainers
usually take this time to take a little breather (rest) from their
duties.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH V4] ARM64: dts: hi6220-hikey: Add clock binding for the pmic mfd
2017-05-05 7:48 ` Lee Jones
@ 2017-05-05 8:32 ` Daniel Lezcano
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2017-05-05 8:32 UTC (permalink / raw)
To: Lee Jones
Cc: xuwei5-C8/M+/jPZTeaMJb+Lgu22Q, Arnd Bergmann, Stephen Boyd,
Michael Turquette, Rob Herring, Rob Herring, Mark Rutland,
Catalin Marinas, Will Deacon, open list:OPEN FIRMWARE AND...,
open list, moderated list:ARM/HISILICON SOC...
On Fri, May 05, 2017 at 08:48:21AM +0100, Lee Jones wrote:
> On Fri, 05 May 2017, Daniel Lezcano wrote:
>
> > On Mon, Apr 24, 2017 at 10:40:22PM +0200, Daniel Lezcano wrote:
> > > The hi655x PMIC provides the regulators but also a clock. The latter is missing
> > > in the definition and in the DT, thus it is no possible to enable the WiFi which
> > > depends on this clock.
> > >
> > > The hi655x's clock has been added and the hi655x multifunction driver has
> > > updated with a clock-cell.
> > >
> > > This patch adds the clock-cells for the PMIC in the DT and updates the
> > > documentation.
> > >
> > > Signed-off-by: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > > Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> > > Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
> > > Cc: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
> > > Cc: Michael Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
> > > ---
> > > Changelog:
> > > v4:
> > > - Added Acked-by's
> > > - Updated the commit message with a better description
> > > ---
> >
> > Hi Xu Wei,
> >
> > a gentle reminder for this patch. Is it ok for you?
>
> a) Pings aren't usually received well. If you wish to remind
> maintainers of a patch's existence a [RESEND] is usually the most
> accepted method.
> b) There is usually little point (at least it's significantly reduced)
> in sending pings/resends whilst the merge-window is open. Maintainers
> usually take this time to take a little breather (rest) from their
> duties.
This patch is the last one of a series which was already merged. As the
series has been resend and split with a different submission path, I just
wanted to make sure there were no confusion.
The sentence "a gentle reminder" is clumsy.
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-05-05 8:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 20:40 [PATCH V4] ARM64: dts: hi6220-hikey: Add clock binding for the pmic mfd Daniel Lezcano
[not found] ` <1493066439-6889-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-05-04 22:07 ` Daniel Lezcano
2017-05-05 7:48 ` Lee Jones
2017-05-05 8:32 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).