Re: [U-Boot] [PATCH v3 18/62] dm: core: Don't use device tree with of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:57, Simon Glass wrote: > When CONFIG_SPL_OF_PLATDATA is enabled we should not access the device > tree. Remove all references to this in the core driver-model code. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > drivers/core/device.c |

[U-Boot] [PATCH v3 18/62] dm: core: Don't use device tree with of-platdata

2016-07-04 Thread Simon Glass
When CONFIG_SPL_OF_PLATDATA is enabled we should not access the device tree. Remove all references to this in the core driver-model code. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/device.c | 2 +- drivers/core/lists.c | 2 +- drivers/core/root.c | 4