
10 May
2017
10 May
'17
11:43 p.m.
On Mon, May 01, 2017 at 09:18:51AM -0600, Simon Glass wrote:
With live tree we need a struct device_node * to reference a node. With the existing flat tree, we need an int offset. We need to unify these into a single value which can represent both.
Add an ofnode union for this and adjust existing code to move to this.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom