Re: [U-Boot] [PATCH] dm: Update README.txt to clarify device tree usage

2018-09-05 Thread Tom Rini
On Wed, Sep 05, 2018 at 09:24:44AM -0600, Simon Glass wrote: > Hi Tom, > > On 31 August 2018 at 09:59, Tom Rini wrote: > > In the section about Device Trees add a paragraph at the end that > > clarifies how we decide of a tree is valid or not. We say that all > > bindings must either be in the s

Re: [U-Boot] [PATCH] dm: Update README.txt to clarify device tree usage

2018-09-05 Thread Simon Glass
Hi Tom, On 31 August 2018 at 09:59, Tom Rini wrote: > In the section about Device Trees add a paragraph at the end that > clarifies how we decide of a tree is valid or not. We say that all > bindings must either be in the specification (link provided) or in our > device-tree-bindings directory.

[U-Boot] [PATCH] dm: Update README.txt to clarify device tree usage

2018-08-31 Thread Tom Rini
In the section about Device Trees add a paragraph at the end that clarifies how we decide of a tree is valid or not. We say that all bindings must either be in the specification (link provided) or in our device-tree-bindings directory. We say that most of these come from the Linux Kernel and as s