Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-30 Thread Alan Tull
On Mon, Jan 29, 2018 at 6:35 PM, Frank Rowand wrote: Hi Frank, > Hi Alan, > > In this patch series one of the changes was to change some > devicetree unittest overlay source to use the new sugar syntax to > specify overlay nodes instead of hand coding the fragment nodes.

Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-30 Thread Alan Tull
On Mon, Jan 29, 2018 at 6:35 PM, Frank Rowand wrote: Hi Frank, > Hi Alan, > > In this patch series one of the changes was to change some > devicetree unittest overlay source to use the new sugar syntax to > specify overlay nodes instead of hand coding the fragment nodes. > > One reviewer

Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-29 Thread Frank Rowand
Hi Alan, In this patch series one of the changes was to change some devicetree unittest overlay source to use the new sugar syntax to specify overlay nodes instead of hand coding the fragment nodes. One reviewer reminded me to update Documentation/ files that show the hand coding of overlay

Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-29 Thread Frank Rowand
Hi Alan, In this patch series one of the changes was to change some devicetree unittest overlay source to use the new sugar syntax to specify overlay nodes instead of hand coding the fragment nodes. One reviewer reminded me to update Documentation/ files that show the hand coding of overlay

Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-29 Thread Frank Rowand
On 01/29/18 06:08, Geert Uytterhoeven wrote: > Hi Frank, > > On Mon, Jan 29, 2018 at 3:53 AM, wrote: >> From: Frank Rowand >> >> Move duplicating and unflattening of an overlay flattened devicetree >> (FDT) into the overlay application code. To

Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-29 Thread Frank Rowand
On 01/29/18 06:08, Geert Uytterhoeven wrote: > Hi Frank, > > On Mon, Jan 29, 2018 at 3:53 AM, wrote: >> From: Frank Rowand >> >> Move duplicating and unflattening of an overlay flattened devicetree >> (FDT) into the overlay application code. To accomplish this, >> of_overlay_apply() is

Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-29 Thread Geert Uytterhoeven
Hi Frank, On Mon, Jan 29, 2018 at 3:53 AM, wrote: > From: Frank Rowand > > Move duplicating and unflattening of an overlay flattened devicetree > (FDT) into the overlay application code. To accomplish this, > of_overlay_apply() is replaced by

Re: [PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-29 Thread Geert Uytterhoeven
Hi Frank, On Mon, Jan 29, 2018 at 3:53 AM, wrote: > From: Frank Rowand > > Move duplicating and unflattening of an overlay flattened devicetree > (FDT) into the overlay application code. To accomplish this, > of_overlay_apply() is replaced by of_overlay_fdt_apply(). > > The copy of the FDT

[PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-28 Thread frowand . list
From: Frank Rowand Move duplicating and unflattening of an overlay flattened devicetree (FDT) into the overlay application code. To accomplish this, of_overlay_apply() is replaced by of_overlay_fdt_apply(). The copy of the FDT (aka "duplicate FDT") now belongs to

[PATCH 0/2] of: change overlay apply input data from EDT to FDT

2018-01-28 Thread frowand . list
From: Frank Rowand Move duplicating and unflattening of an overlay flattened devicetree (FDT) into the overlay application code. To accomplish this, of_overlay_apply() is replaced by of_overlay_fdt_apply(). The copy of the FDT (aka "duplicate FDT") now belongs to devicetree code, which is thus