Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Adam Ford
On Thu, May 10, 2018 at 10:19 AM, Sekhar Nori wrote: > On Thursday 10 May 2018 08:38 PM, Adam Ford wrote: >> On Thu, May 10, 2018 at 4:10 AM, Sekhar Nori wrote: >>> On Monday 07 May 2018 06:07 PM, Adam Ford wrote: Many node labels in the device tree (like

Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Adam Ford
On Thu, May 10, 2018 at 10:19 AM, Sekhar Nori wrote: > On Thursday 10 May 2018 08:38 PM, Adam Ford wrote: >> On Thu, May 10, 2018 at 4:10 AM, Sekhar Nori wrote: >>> On Monday 07 May 2018 06:07 PM, Adam Ford wrote: Many node labels in the device tree (like serial0, serial1, etc) are being

Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Sekhar Nori
On Thursday 10 May 2018 08:38 PM, Adam Ford wrote: > On Thu, May 10, 2018 at 4:10 AM, Sekhar Nori wrote: >> On Monday 07 May 2018 06:07 PM, Adam Ford wrote: >>> Many node labels in the device tree (like serial0, serial1, etc) are being >>> redefined, so let's modernize the device

Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Sekhar Nori
On Thursday 10 May 2018 08:38 PM, Adam Ford wrote: > On Thu, May 10, 2018 at 4:10 AM, Sekhar Nori wrote: >> On Monday 07 May 2018 06:07 PM, Adam Ford wrote: >>> Many node labels in the device tree (like serial0, serial1, etc) are being >>> redefined, so let's modernize the device tree by using

Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Adam Ford
On Thu, May 10, 2018 at 4:10 AM, Sekhar Nori wrote: > On Monday 07 May 2018 06:07 PM, Adam Ford wrote: >> Many node labels in the device tree (like serial0, serial1, etc) are being >> redefined, so let's modernize the device tree by using phandles to >> extend the existing nodes.

Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Adam Ford
On Thu, May 10, 2018 at 4:10 AM, Sekhar Nori wrote: > On Monday 07 May 2018 06:07 PM, Adam Ford wrote: >> Many node labels in the device tree (like serial0, serial1, etc) are being >> redefined, so let's modernize the device tree by using phandles to >> extend the existing nodes. This helps

Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Sekhar Nori
On Monday 07 May 2018 06:07 PM, Adam Ford wrote: > Many node labels in the device tree (like serial0, serial1, etc) are being > redefined, so let's modernize the device tree by using phandles to > extend the existing nodes. This helps reduce the whitespace. > > Signed-off-by: Adam Ford

Re: [PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-10 Thread Sekhar Nori
On Monday 07 May 2018 06:07 PM, Adam Ford wrote: > Many node labels in the device tree (like serial0, serial1, etc) are being > redefined, so let's modernize the device tree by using phandles to > extend the existing nodes. This helps reduce the whitespace. > > Signed-off-by: Adam Ford I

[PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-07 Thread Adam Ford
Many node labels in the device tree (like serial0, serial1, etc) are being redefined, so let's modernize the device tree by using phandles to extend the existing nodes. This helps reduce the whitespace. Signed-off-by: Adam Ford --- V3: Rebase against 4.18/dt and fix

[PATCH V3] ARM: dts: da850-evm: use phandles to extend nodes

2018-05-07 Thread Adam Ford
Many node labels in the device tree (like serial0, serial1, etc) are being redefined, so let's modernize the device tree by using phandles to extend the existing nodes. This helps reduce the whitespace. Signed-off-by: Adam Ford --- V3: Rebase against 4.18/dt and fix subject. V2: Rename