Re: [PATCH v4 2/2] doc: Add documentation about devicetree usage

2021-09-24 Thread Heinrich Schuchardt
On 20.09.21 00:15, François Ozog wrote: > Hi Simon > > The DT use is connected to the issues we said we will invest time. > So in the same spirit that we are reverting EFI patch, I would appreciate > you defer this patch series after the forthcoming discussions. Patch 1 does not introduce any new

Re: [PATCH v4 2/2] doc: Add documentation about devicetree usage

2021-09-19 Thread Simon Glass
Hi François, On Sun, 19 Sept 2021 at 16:16, François Ozog wrote: > Hi Simon > > The DT use is connected to the issues we said we will invest time. > So in the same spirit that we are reverting EFI patch, I would appreciate > you defer this patch series after the forthcoming discussions. > That'

Re: [PATCH v4 2/2] doc: Add documentation about devicetree usage

2021-09-19 Thread François Ozog
Hi Simon The DT use is connected to the issues we said we will invest time. So in the same spirit that we are reverting EFI patch, I would appreciate you defer this patch series after the forthcoming discussions. Cheers FF Le dim. 19 sept. 2021 à 23:51, Simon Glass a écrit : > At present some

[PATCH v4 2/2] doc: Add documentation about devicetree usage

2021-09-19 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 Ziswi