Re: [PATCH v3 0/4] of: remove *phandle properties from expanded device tree

2017-04-25 Thread Frank Rowand
On 04/25/17 01:47, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Remove "phandle" and "linux,phandle" properties from the internal > device tree. The phandle will still be in the struct device_node > phandle field. > > This is to resolve the issue found by Stephen Boyd [1] when he chan

[PATCH v3 0/4] of: remove *phandle properties from expanded device tree

2017-04-25 Thread frowand . list
From: Frank Rowand Remove "phandle" and "linux,phandle" properties from the internal device tree. The phandle will still be in the struct device_node phandle field. This is to resolve the issue found by Stephen Boyd [1] when he changed the type of struct property.value from void * to const void