Re: [U-Boot] [PATCH v3 61/62] dm: Add a test for of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > Add a simple test which checks that the of-platdata system is working > correctly. The sequence is as follows: > > - SPL starts up and probes all the UCLASS_MISC drivers > - There are 3 of these in sandbox.dts > - Therefore there should be 3 U_BOOT_DEV

[U-Boot] [PATCH v3 61/62] dm: Add a test for of-platdata

2016-07-04 Thread Simon Glass
Add a simple test which checks that the of-platdata system is working correctly. The sequence is as follows: - SPL starts up and probes all the UCLASS_MISC drivers - There are 3 of these in sandbox.dts - Therefore there should be 3 U_BOOT_DEVICE() declarations in dt-platdata.c - These should produ