Re: [PATCH] dtc: parser: Add label while overriding nodes

2015-01-29 Thread David Gibson
On Thu, Jan 29, 2015 at 09:07:31PM +1100, David Gibson wrote: > On Wed, Jan 28, 2015 at 08:20:11PM +0530, Nikhil Devshatwar wrote: > > This patch changes the dtc grammar to allow following syntax > > > > i2cexp: &i2c2 { > > ... > > }; > > > > Current device tree compiler allows to define mult

Re: [PATCH] dtc: parser: Add label while overriding nodes

2015-01-29 Thread David Gibson
On Wed, Jan 28, 2015 at 08:20:11PM +0530, Nikhil Devshatwar wrote: > This patch changes the dtc grammar to allow following syntax > > i2cexp: &i2c2 { > ... > }; > > Current device tree compiler allows to define multiple labels when defining > the device node the first time. Typically device n

[PATCH] dtc: parser: Add label while overriding nodes

2015-01-28 Thread Nikhil Devshatwar
This patch changes the dtc grammar to allow following syntax i2cexp: &i2c2 { ... }; Current device tree compiler allows to define multiple labels when defining the device node the first time. Typically device nodes are defined in DTSI files. Now these nodes can be overwritten for updating som

RE: [PATCH] dtc: parser: Add label while overriding nodes

2015-01-27 Thread Devshatwar, Nikhil
ject: Re: [PATCH] dtc: parser: Add label while overriding nodes > > On Thu, Jan 8, 2015 at 8:12 AM, Nikhil Devshatwar > wrote: > > Current device tree compiler allows to define multiple labels when > > defining the device node the first time. Typically device nodes are > &g

Re: [PATCH] dtc: parser: Add label while overriding nodes

2015-01-27 Thread Rob Herring
On Thu, Jan 8, 2015 at 8:12 AM, Nikhil Devshatwar wrote: > Current device tree compiler allows to define multiple labels when defining > the device node the first time. Typically device nodes are defined in > DTSI files. Now these nodes can be overriden for updating some of the > properties. Typic

RE: [PATCH] dtc: parser: Add label while overriding nodes

2015-01-27 Thread Devshatwar, Nikhil
Devshatwar, Nikhil > Subject: [PATCH] dtc: parser: Add label while overriding nodes > > Current device tree compiler allows to define multiple labels when > defining the device node the first time. Typically device nodes are > defined in DTSI files. Now these nodes can be overriden for

[PATCH] dtc: parser: Add label while overriding nodes

2015-01-08 Thread Nikhil Devshatwar
Current device tree compiler allows to define multiple labels when defining the device node the first time. Typically device nodes are defined in DTSI files. Now these nodes can be overriden for updating some of the properties. Typically, device nodes are overridden in DTS files. When working with