All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
@ 2015-04-09  6:19 ` Igal.Liberman
  0 siblings, 0 replies; 6+ messages in thread
From: Igal.Liberman @ 2015-04-09  6:19 UTC (permalink / raw)
  To: devicetree, linuxppc-dev; +Cc: scottwood, Igal Liberman

From: Igal Liberman <Igal.Liberman@freescale.com>

Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
---
 .../devicetree/bindings/powerpc/fsl/guts.txt       |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
index 7f150b5..e4f0ac2 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
+++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
@@ -9,6 +9,20 @@ Required properties:
 
  - compatible : Should define the compatible device type for
    global-utilities.
+   Possible compatibles:
+	"fsl,qoriq-device-config-1.0"
+	"fsl,p2041-device-config"
+	"fsl,p3041-device-config"
+	"fsl,p4080-device-config"
+	"fsl,p5020-device-config"
+	"fsl,p5040-device-config"
+	"fsl,qoriq-device-config-2.0"
+	"fsl,b4860-device-config"
+	"fsl,b4420-device-config"
+	"fsl,b4-device-config"
+	"fsl,t1040-device-config"
+	"fsl,t2080-device-config"
+	"fsl,t4240-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] 6+ messages in thread

* [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
@ 2015-04-09  6:19 ` Igal.Liberman
  0 siblings, 0 replies; 6+ messages in thread
From: Igal.Liberman @ 2015-04-09  6:19 UTC (permalink / raw)
  To: devicetree, linuxppc-dev; +Cc: scottwood, Igal Liberman

From: Igal Liberman <Igal.Liberman@freescale.com>

Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
---
 .../devicetree/bindings/powerpc/fsl/guts.txt       |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
index 7f150b5..e4f0ac2 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
+++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
@@ -9,6 +9,20 @@ Required properties:
 
  - compatible : Should define the compatible device type for
    global-utilities.
+   Possible compatibles:
+	"fsl,qoriq-device-config-1.0"
+	"fsl,p2041-device-config"
+	"fsl,p3041-device-config"
+	"fsl,p4080-device-config"
+	"fsl,p5020-device-config"
+	"fsl,p5040-device-config"
+	"fsl,qoriq-device-config-2.0"
+	"fsl,b4860-device-config"
+	"fsl,b4420-device-config"
+	"fsl,b4-device-config"
+	"fsl,t1040-device-config"
+	"fsl,t2080-device-config"
+	"fsl,t4240-device-config"
  - reg : Offset and length of the register set for the device.
 
 Recommended properties:
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
  2015-04-09  6:19 ` Igal.Liberman
@ 2015-04-09 17:00   ` Scott Wood
  -1 siblings, 0 replies; 6+ messages in thread
From: Scott Wood @ 2015-04-09 17:00 UTC (permalink / raw)
  To: Igal.Liberman; +Cc: devicetree, linuxppc-dev

On Thu, 2015-04-09 at 09:19 +0300, Igal.Liberman wrote:
> From: Igal Liberman <Igal.Liberman@freescale.com>
> 
> Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> ---
>  .../devicetree/bindings/powerpc/fsl/guts.txt       |   14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> index 7f150b5..e4f0ac2 100644
> --- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> +++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> @@ -9,6 +9,20 @@ Required properties:
>  
>   - compatible : Should define the compatible device type for
>     global-utilities.
> +   Possible compatibles:
> +	"fsl,qoriq-device-config-1.0"
> +	"fsl,p2041-device-config"
> +	"fsl,p3041-device-config"
> +	"fsl,p4080-device-config"
> +	"fsl,p5020-device-config"
> +	"fsl,p5040-device-config"
> +	"fsl,qoriq-device-config-2.0"
> +	"fsl,b4860-device-config"
> +	"fsl,b4420-device-config"
> +	"fsl,b4-device-config"
> +	"fsl,t1040-device-config"
> +	"fsl,t2080-device-config"
> +	"fsl,t4240-device-config"

There's no need to list every chip here.  Just list the ones that aren't
chips, plus "fsl,<chip>-device-config".

As for fsl,b4-device-config, does that exist in any final dtb (as
opposed to b4si-post.dtsi)?  The b4420 and b4860 dtsi files both
overwrite that compatible.

-Scott


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
@ 2015-04-09 17:00   ` Scott Wood
  0 siblings, 0 replies; 6+ messages in thread
From: Scott Wood @ 2015-04-09 17:00 UTC (permalink / raw)
  To: Igal.Liberman; +Cc: devicetree, linuxppc-dev

On Thu, 2015-04-09 at 09:19 +0300, Igal.Liberman wrote:
> From: Igal Liberman <Igal.Liberman@freescale.com>
> 
> Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> ---
>  .../devicetree/bindings/powerpc/fsl/guts.txt       |   14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> index 7f150b5..e4f0ac2 100644
> --- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> +++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> @@ -9,6 +9,20 @@ Required properties:
>  
>   - compatible : Should define the compatible device type for
>     global-utilities.
> +   Possible compatibles:
> +	"fsl,qoriq-device-config-1.0"
> +	"fsl,p2041-device-config"
> +	"fsl,p3041-device-config"
> +	"fsl,p4080-device-config"
> +	"fsl,p5020-device-config"
> +	"fsl,p5040-device-config"
> +	"fsl,qoriq-device-config-2.0"
> +	"fsl,b4860-device-config"
> +	"fsl,b4420-device-config"
> +	"fsl,b4-device-config"
> +	"fsl,t1040-device-config"
> +	"fsl,t2080-device-config"
> +	"fsl,t4240-device-config"

There's no need to list every chip here.  Just list the ones that aren't
chips, plus "fsl,<chip>-device-config".

As for fsl,b4-device-config, does that exist in any final dtb (as
opposed to b4si-post.dtsi)?  The b4420 and b4860 dtsi files both
overwrite that compatible.

-Scott

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
  2015-04-09 17:00   ` Scott Wood
@ 2015-04-12 15:56     ` Igal.Liberman
  -1 siblings, 0 replies; 6+ messages in thread
From: Igal.Liberman @ 2015-04-12 15:56 UTC (permalink / raw)
  To: Scott Wood; +Cc: devicetree, linuxppc-dev



Regards,
Igal Liberman.

> -----Original Message-----
> From: Wood Scott-B07421
> Sent: Thursday, April 09, 2015 8:00 PM
> To: Liberman Igal-B31950
> Cc: devicetree@vger.kernel.org; linuxppc-dev@lists.ozlabs.org
> Subject: Re: [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
> 
> On Thu, 2015-04-09 at 09:19 +0300, Igal.Liberman wrote:
> > From: Igal Liberman <Igal.Liberman@freescale.com>
> >
> > Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> > ---
> >  .../devicetree/bindings/powerpc/fsl/guts.txt       |   14 ++++++++++++++
> >  1 file changed, 14 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > index 7f150b5..e4f0ac2 100644
> > --- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > +++ b/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
> > @@ -9,6 +9,20 @@ Required properties:
> >
> >   - compatible : Should define the compatible device type for
> >     global-utilities.
> > +   Possible compatibles:
> > +	"fsl,qoriq-device-config-1.0"
> > +	"fsl,p2041-device-config"
> > +	"fsl,p3041-device-config"
> > +	"fsl,p4080-device-config"
> > +	"fsl,p5020-device-config"
> > +	"fsl,p5040-device-config"
> > +	"fsl,qoriq-device-config-2.0"
> > +	"fsl,b4860-device-config"
> > +	"fsl,b4420-device-config"
> > +	"fsl,b4-device-config"
> > +	"fsl,t1040-device-config"
> > +	"fsl,t2080-device-config"
> > +	"fsl,t4240-device-config"
> 
> There's no need to list every chip here.  Just list the ones that aren't chips,
> plus "fsl,<chip>-device-config".
> 

Ok. 

> As for fsl,b4-device-config, does that exist in any final dtb (as opposed to
> b4si-post.dtsi)?  The b4420 and b4860 dtsi files both overwrite that
> compatible.
> 

Currently "fsl,b4-device-config" doesn't exists in any final dtb. We can drop it.

> -Scott
> 

Igal
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
@ 2015-04-12 15:56     ` Igal.Liberman
  0 siblings, 0 replies; 6+ messages in thread
From: Igal.Liberman @ 2015-04-12 15:56 UTC (permalink / raw)
  To: Scott Wood; +Cc: devicetree, linuxppc-dev

DQoNClJlZ2FyZHMsDQpJZ2FsIExpYmVybWFuLg0KDQo+IC0tLS0tT3JpZ2luYWwgTWVzc2FnZS0t
LS0tDQo+IEZyb206IFdvb2QgU2NvdHQtQjA3NDIxDQo+IFNlbnQ6IFRodXJzZGF5LCBBcHJpbCAw
OSwgMjAxNSA4OjAwIFBNDQo+IFRvOiBMaWJlcm1hbiBJZ2FsLUIzMTk1MA0KPiBDYzogZGV2aWNl
dHJlZUB2Z2VyLmtlcm5lbC5vcmc7IGxpbnV4cHBjLWRldkBsaXN0cy5vemxhYnMub3JnDQo+IFN1
YmplY3Q6IFJlOiBbUEFUQ0hdIGR0L2JpbmRpbmdzOiBmc2wvZ3V0czogQWRkZWQgZ2xvYmFsLXV0
aWxpdGllcyBjb21wYXRpYmxlcw0KPiANCj4gT24gVGh1LCAyMDE1LTA0LTA5IGF0IDA5OjE5ICsw
MzAwLCBJZ2FsLkxpYmVybWFuIHdyb3RlOg0KPiA+IEZyb206IElnYWwgTGliZXJtYW4gPElnYWwu
TGliZXJtYW5AZnJlZXNjYWxlLmNvbT4NCj4gPg0KPiA+IFNpZ25lZC1vZmYtYnk6IElnYWwgTGli
ZXJtYW4gPElnYWwuTGliZXJtYW5AZnJlZXNjYWxlLmNvbT4NCj4gPiAtLS0NCj4gPiAgLi4uL2Rl
dmljZXRyZWUvYmluZGluZ3MvcG93ZXJwYy9mc2wvZ3V0cy50eHQgICAgICAgfCAgIDE0ICsrKysr
KysrKysrKysrDQo+ID4gIDEgZmlsZSBjaGFuZ2VkLCAxNCBpbnNlcnRpb25zKCspDQo+ID4NCj4g
PiBkaWZmIC0tZ2l0IGEvRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL3Bvd2VycGMv
ZnNsL2d1dHMudHh0DQo+ID4gYi9Eb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvcG93
ZXJwYy9mc2wvZ3V0cy50eHQNCj4gPiBpbmRleCA3ZjE1MGI1Li5lNGYwYWMyIDEwMDY0NA0KPiA+
IC0tLSBhL0RvY3VtZW50YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy9wb3dlcnBjL2ZzbC9ndXRz
LnR4dA0KPiA+ICsrKyBiL0RvY3VtZW50YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy9wb3dlcnBj
L2ZzbC9ndXRzLnR4dA0KPiA+IEBAIC05LDYgKzksMjAgQEAgUmVxdWlyZWQgcHJvcGVydGllczoN
Cj4gPg0KPiA+ICAgLSBjb21wYXRpYmxlIDogU2hvdWxkIGRlZmluZSB0aGUgY29tcGF0aWJsZSBk
ZXZpY2UgdHlwZSBmb3INCj4gPiAgICAgZ2xvYmFsLXV0aWxpdGllcy4NCj4gPiArICAgUG9zc2li
bGUgY29tcGF0aWJsZXM6DQo+ID4gKwkiZnNsLHFvcmlxLWRldmljZS1jb25maWctMS4wIg0KPiA+
ICsJImZzbCxwMjA0MS1kZXZpY2UtY29uZmlnIg0KPiA+ICsJImZzbCxwMzA0MS1kZXZpY2UtY29u
ZmlnIg0KPiA+ICsJImZzbCxwNDA4MC1kZXZpY2UtY29uZmlnIg0KPiA+ICsJImZzbCxwNTAyMC1k
ZXZpY2UtY29uZmlnIg0KPiA+ICsJImZzbCxwNTA0MC1kZXZpY2UtY29uZmlnIg0KPiA+ICsJImZz
bCxxb3JpcS1kZXZpY2UtY29uZmlnLTIuMCINCj4gPiArCSJmc2wsYjQ4NjAtZGV2aWNlLWNvbmZp
ZyINCj4gPiArCSJmc2wsYjQ0MjAtZGV2aWNlLWNvbmZpZyINCj4gPiArCSJmc2wsYjQtZGV2aWNl
LWNvbmZpZyINCj4gPiArCSJmc2wsdDEwNDAtZGV2aWNlLWNvbmZpZyINCj4gPiArCSJmc2wsdDIw
ODAtZGV2aWNlLWNvbmZpZyINCj4gPiArCSJmc2wsdDQyNDAtZGV2aWNlLWNvbmZpZyINCj4gDQo+
IFRoZXJlJ3Mgbm8gbmVlZCB0byBsaXN0IGV2ZXJ5IGNoaXAgaGVyZS4gIEp1c3QgbGlzdCB0aGUg
b25lcyB0aGF0IGFyZW4ndCBjaGlwcywNCj4gcGx1cyAiZnNsLDxjaGlwPi1kZXZpY2UtY29uZmln
Ii4NCj4gDQoNCk9rLiANCg0KPiBBcyBmb3IgZnNsLGI0LWRldmljZS1jb25maWcsIGRvZXMgdGhh
dCBleGlzdCBpbiBhbnkgZmluYWwgZHRiIChhcyBvcHBvc2VkIHRvDQo+IGI0c2ktcG9zdC5kdHNp
KT8gIFRoZSBiNDQyMCBhbmQgYjQ4NjAgZHRzaSBmaWxlcyBib3RoIG92ZXJ3cml0ZSB0aGF0DQo+
IGNvbXBhdGlibGUuDQo+IA0KDQpDdXJyZW50bHkgImZzbCxiNC1kZXZpY2UtY29uZmlnIiBkb2Vz
bid0IGV4aXN0cyBpbiBhbnkgZmluYWwgZHRiLiBXZSBjYW4gZHJvcCBpdC4NCg0KPiAtU2NvdHQN
Cj4gDQoNCklnYWwNCg==

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-12 15:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-09  6:19 [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles Igal.Liberman
2015-04-09  6:19 ` Igal.Liberman
2015-04-09 17:00 ` Scott Wood
2015-04-09 17:00   ` Scott Wood
2015-04-12 15:56   ` Igal.Liberman
2015-04-12 15:56     ` Igal.Liberman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.