From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 16 Jan 2019 14:34:29 -0700 Subject: [U-Boot] [PATCH v2] of-platdata: improve documentation In-Reply-To: <20190116194018.6278-1-simon.k.r.goldschmidt@gmail.com> References: <20190116194018.6278-1-simon.k.r.goldschmidt@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 16 Jan 2019 at 12:40, Simon Goldschmidt wrote: > > Improve some things in the documentation of OF_PLATDATA that I found > while porting socfgpa_gen5 to it. > > Signed-off-by: Simon Goldschmidt > --- > > Changes in v2: > - further fixes noted by Simon Glass > - added info about missing node relations > - moved the passage about phandles into section 'caveats' > > doc/driver-model/of-plat.txt | 31 ++++++++++++++++++++----------- > dts/Kconfig | 6 ++---- > 2 files changed, 22 insertions(+), 15 deletions(-) Reviewed-by: Simon Glass