Re: [PATCH 2/2] memory: of_fixup: adapt to new memory layout

2019-02-12 Thread Marco Felsch
On 19-02-12 09:56, Sascha Hauer wrote: > On Tue, Feb 12, 2019 at 09:45:25AM +0100, Marco Felsch wrote: > > Hi Sascha, > > > > On 19-02-12 09:03, Sascha Hauer wrote: > > > On Mon, Feb 11, 2019 at 05:20:13PM +0100, Marco Felsch wrote: > > > > Since kernel 4.16 the memory nodes got a @ suffix so the

Re: [PATCH 2/2] memory: of_fixup: adapt to new memory layout

2019-02-12 Thread Sascha Hauer
On Tue, Feb 12, 2019 at 09:45:25AM +0100, Marco Felsch wrote: > Hi Sascha, > > On 19-02-12 09:03, Sascha Hauer wrote: > > On Mon, Feb 11, 2019 at 05:20:13PM +0100, Marco Felsch wrote: > > > Since kernel 4.16 the memory nodes got a @ suffix so the fixup > > > won't work correctly anymore, because

Re: [PATCH 2/2] memory: of_fixup: adapt to new memory layout

2019-02-12 Thread Marco Felsch
Hi Sascha, On 19-02-12 09:03, Sascha Hauer wrote: > On Mon, Feb 11, 2019 at 05:20:13PM +0100, Marco Felsch wrote: > > Since kernel 4.16 the memory nodes got a @ suffix so the fixup > > won't work correctly anymore, because instead of adapting the extisting > > one it creates a new node. > > > >

Re: [PATCH 2/2] memory: of_fixup: adapt to new memory layout

2019-02-12 Thread Sascha Hauer
On Mon, Feb 11, 2019 at 05:20:13PM +0100, Marco Felsch wrote: > Since kernel 4.16 the memory nodes got a @ suffix so the fixup > won't work correctly anymore, because instead of adapting the extisting > one it creates a new node. > > To be compatible with the old and new layout delete the found

[PATCH 2/2] memory: of_fixup: adapt to new memory layout

2019-02-11 Thread Marco Felsch
Since kernel 4.16 the memory nodes got a @ suffix so the fixup won't work correctly anymore, because instead of adapting the extisting one it creates a new node. To be compatible with the old and new layout delete the found memory node and create a new one. The new node follows the new @ style.