Re: [PATCH v7 01/31] doc: Add documentation about devicetree usage

2021-12-07 Thread Tom Rini
On Mon, Dec 06, 2021 at 05:11:39PM -0700, Simon Glass wrote: [snip] > +Building the devicetree > +--- > + > +U-Boot automatically builds the devicetree for a board, from the > +`arch//dts` directory. The Makefile in those directories has rules for > +building devicetree files.

Re: [PATCH v7 01/31] doc: Add documentation about devicetree usage

2021-12-07 Thread Tom Rini
On Mon, Dec 06, 2021 at 05:11:39PM -0700, Simon Glass wrote: [snip] > +Updating the devicetree > +=== The first thing here is that the subject says dt usage, but the file is dt_update and starts out talking about updates, not usage. So there's not a great place for my next

Re: [PATCH v7 01/31] doc: Add documentation about devicetree usage

2021-12-07 Thread Tom Rini
On Tue, Dec 07, 2021 at 08:09:03AM -0700, Simon Glass wrote: > Hi Heinrich, > > On Mon, 6 Dec 2021 at 17:58, Heinrich Schuchardt wrote: > > > > On 12/6/21 16:11, Simon Glass wrote: > > > At present some of the ideas and techniques behind devicetree in U-Boot > > > are assumed, implied or unsaid.

Re: [PATCH v7 01/31] doc: Add documentation about devicetree usage

2021-12-07 Thread Simon Glass
Hi Heinrich, On Mon, 6 Dec 2021 at 17:58, Heinrich Schuchardt wrote: > > On 12/6/21 16:11, Simon Glass wrote: > > At present some of the ideas and techniques behind devicetree in U-Boot > > are assumed, implied or unsaid. Add some documentation to cover how > > devicetree is build, how it can be

Re: [PATCH v7 01/31] doc: Add documentation about devicetree usage

2021-12-06 Thread Heinrich Schuchardt
On 12/6/21 16:11, Simon Glass wrote: At present some of the ideas and techniques behind devicetree in U-Boot are assumed, implied or unsaid. Add some documentation to cover how devicetree is build, how it can be modified and the rules about using the various CONFIG_OF_... options.

[PATCH v7 01/31] doc: Add documentation about devicetree usage

2021-12-06 Thread Simon Glass
At present some of the ideas and techniques behind devicetree in U-Boot are assumed, implied or unsaid. Add some documentation to cover how devicetree is build, how it can be modified and the rules about using the various CONFIG_OF_... options. Signed-off-by: Simon Glass Reviewed-by: Marcel