* [v2] dt/bindings: fsl/guts: Added global-utilities compatibles
@ 2015-04-14 10:12 Igal.Liberman
2015-04-14 20:08 ` Scott Wood
0 siblings, 1 reply; 4+ messages in thread
From: Igal.Liberman @ 2015-04-14 10:12 UTC (permalink / raw)
To: devicetree, linuxppc-dev; +Cc: scottwood, Igal Liberman
From: Igal Liberman <Igal.Liberman@freescale.com>
v2 - Addressed Scott's feedback
Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
---
.../devicetree/bindings/powerpc/fsl/guts.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
index 7f150b5..69644e6 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
+++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
@@ -9,6 +9,10 @@ Required properties:
- compatible : Should define the compatible device type for
global-utilities.
+ Possible compatibles:
+ "fsl,qoriq-device-config-1.0"
+ "fsl,qoriq-device-config-2.0"
+ "fsl,<chip>-device-config"
- reg : Offset and length of the register set for the device.
Recommended properties:
--
1.7.9.5
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [v2] dt/bindings: fsl/guts: Added global-utilities compatibles
2015-04-14 10:12 [v2] dt/bindings: fsl/guts: Added global-utilities compatibles Igal.Liberman
@ 2015-04-14 20:08 ` Scott Wood
[not found] ` <1429042131.22867.682.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2015-04-14 20:08 UTC (permalink / raw)
To: Igal.Liberman; +Cc: devicetree, linuxppc-dev
On Tue, 2015-04-14 at 13:12 +0300, Igal.Liberman wrote:
> From: Igal Liberman <Igal.Liberman@freescale.com>
>
> v2 - Addressed Scott's feedback
>
> Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> ---
> .../devicetree/bindings/powerpc/fsl/guts.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> index 7f150b5..69644e6 100644
> --- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> +++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> @@ -9,6 +9,10 @@ Required properties:
>
> - compatible : Should define the compatible device type for
> global-utilities.
> + Possible compatibles:
> + "fsl,qoriq-device-config-1.0"
> + "fsl,qoriq-device-config-2.0"
> + "fsl,<chip>-device-config"
fsl,<chip>-guts is also possible on non-corenet chips.
-Scott
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [v2] dt/bindings: fsl/guts: Added global-utilities compatibles
[not found] ` <1429042131.22867.682.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2015-04-15 8:43 ` Igal.Liberman-KZfg59tc24xl57MIdRCFDg
2015-04-15 17:16 ` Scott Wood
0 siblings, 1 reply; 4+ messages in thread
From: Igal.Liberman-KZfg59tc24xl57MIdRCFDg @ 2015-04-15 8:43 UTC (permalink / raw)
To: Scott Wood
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Regards,
Igal Liberman.
> -----Original Message-----
> From: Wood Scott-B07421
> Sent: Tuesday, April 14, 2015 11:09 PM
> To: Liberman Igal-B31950
> Cc: devicetree@vger.kernel.org; linuxppc-dev@lists.ozlabs.org
> Subject: Re: [v2] dt/bindings: fsl/guts: Added global-utilities compatibles
>
> On Tue, 2015-04-14 at 13:12 +0300, Igal.Liberman wrote:
> > From: Igal Liberman <Igal.Liberman@freescale.com>
> >
> > v2 - Addressed Scott's feedback
> >
> > Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> > ---
> > .../devicetree/bindings/powerpc/fsl/guts.txt | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > index 7f150b5..69644e6 100644
> > --- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > +++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > @@ -9,6 +9,10 @@ Required properties:
> >
> > - compatible : Should define the compatible device type for
> > global-utilities.
> > + Possible compatibles:
> > + "fsl,qoriq-device-config-1.0"
> > + "fsl,qoriq-device-config-2.0"
> > + "fsl,<chip>-device-config"
>
> fsl,<chip>-guts is also possible on non-corenet chips.
>
I added compatibles which are used for FMan Clock only.
Do you want to add other compatibles too? Which? Or just mention that the 3 compatibles I've added doesn't cover all available options?
> -Scott
>
Igal
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [v2] dt/bindings: fsl/guts: Added global-utilities compatibles
2015-04-15 8:43 ` Igal.Liberman-KZfg59tc24xl57MIdRCFDg
@ 2015-04-15 17:16 ` Scott Wood
0 siblings, 0 replies; 4+ messages in thread
From: Scott Wood @ 2015-04-15 17:16 UTC (permalink / raw)
To: Liberman Igal-B31950
Cc: devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
On Wed, 2015-04-15 at 03:43 -0500, Liberman Igal-B31950 wrote:
>
>
> Regards,
> Igal Liberman.
>
> > -----Original Message-----
> > From: Wood Scott-B07421
> > Sent: Tuesday, April 14, 2015 11:09 PM
> > To: Liberman Igal-B31950
> > Cc: devicetree@vger.kernel.org; linuxppc-dev@lists.ozlabs.org
> > Subject: Re: [v2] dt/bindings: fsl/guts: Added global-utilities compatibles
> >
> > On Tue, 2015-04-14 at 13:12 +0300, Igal.Liberman wrote:
> > > From: Igal Liberman <Igal.Liberman@freescale.com>
> > >
> > > v2 - Addressed Scott's feedback
> > >
> > > Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> > > ---
> > > .../devicetree/bindings/powerpc/fsl/guts.txt | 4 ++++
> > > 1 file changed, 4 insertions(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > > index 7f150b5..69644e6 100644
> > > --- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > > +++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > > @@ -9,6 +9,10 @@ Required properties:
> > >
> > > - compatible : Should define the compatible device type for
> > > global-utilities.
> > > + Possible compatibles:
> > > + "fsl,qoriq-device-config-1.0"
> > > + "fsl,qoriq-device-config-2.0"
> > > + "fsl,<chip>-device-config"
> >
> > fsl,<chip>-guts is also possible on non-corenet chips.
> >
>
> I added compatibles which are used for FMan Clock only.
> Do you want to add other compatibles too? Which? Or just mention that the 3 compatibles I've added doesn't cover all available options?
You're changing the binding from one that doesn't list compatibles to
one that does -- so please get all of them.
-Scott
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-04-15 17:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 10:12 [v2] dt/bindings: fsl/guts: Added global-utilities compatibles Igal.Liberman
2015-04-14 20:08 ` Scott Wood
[not found] ` <1429042131.22867.682.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-04-15 8:43 ` Igal.Liberman-KZfg59tc24xl57MIdRCFDg
2015-04-15 17:16 ` Scott Wood
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).