Re: [U-Boot] [PATCH v3 34/62] dm: spl: Bind in all devices in SPL with of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > When CONFIG_OF_PLATDATA is enabled, we cannot use the u-boot,dm-pre-reloc > device tree property since the device tree is not available. However, > dt-platdata.c only includes devices which would have been present in the > device tree, and we can assum

[U-Boot] [PATCH v3 34/62] dm: spl: Bind in all devices in SPL with of-platdata

2016-07-04 Thread Simon Glass
When CONFIG_OF_PLATDATA is enabled, we cannot use the u-boot,dm-pre-reloc device tree property since the device tree is not available. However, dt-platdata.c only includes devices which would have been present in the device tree, and we can assume that all such devices are needed for SPL. If they w