Re: [PATCH] of: detect invalid phandle in overlay

2017-06-22 Thread Rob Herring
On Wed, Jun 21, 2017 at 12:21:56PM -0700, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Overlays are not allowed to modify phandle values of previously existing > nodes because there is no information available to allow fixup up > properties that use the

Re: [PATCH] of: detect invalid phandle in overlay

2017-06-22 Thread Rob Herring
On Wed, Jun 21, 2017 at 12:21:56PM -0700, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Overlays are not allowed to modify phandle values of previously existing > nodes because there is no information available to allow fixup up > properties that use the previously existing phandle. >

[PATCH] of: detect invalid phandle in overlay

2017-06-21 Thread frowand . list
From: Frank Rowand Overlays are not allowed to modify phandle values of previously existing nodes because there is no information available to allow fixup up properties that use the previously existing phandle. Signed-off-by: Frank Rowand ---

[PATCH] of: detect invalid phandle in overlay

2017-06-21 Thread frowand . list
From: Frank Rowand Overlays are not allowed to modify phandle values of previously existing nodes because there is no information available to allow fixup up properties that use the previously existing phandle. Signed-off-by: Frank Rowand --- drivers/of/overlay.c | 4 1 file changed, 4