Re: [U-Boot] [PATCH v3 04/26] dm: core: Set device tree node for root device

2015-01-26 Thread Simon Glass
On 25 January 2015 at 08:26, Simon Glass wrote: > The root device corresponds to the root device tree node, so set this up. > Also add a few notes to the documentation. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > doc/driver-model/README.txt | 4 >

[U-Boot] [PATCH v3 04/26] dm: core: Set device tree node for root device

2015-01-25 Thread Simon Glass
The root device corresponds to the root device tree node, so set this up. Also add a few notes to the documentation. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None doc/driver-model/README.txt | 4 drivers/core/root.c | 3 +++ 2 files changed, 7 insertions(+