From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:12 +0000 Subject: [PATCH v4 32/42] dm: doc: Tidy up of-platdata docs In-Reply-To: <20210315042553.1932494-13-sjg@chromium.org> References: <20210315042553.1932494-13-sjg@chromium.org> <20210315042553.1932494-1-sjg@chromium.org> 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 This doc has a few pieces that are out-of-date. Fix these. Also we have started to use 'devicetree' instead of 'device tree' or 'device-tree' since it is easier to see as a single term, so replace all ocurrences accordingly. Also move the caveats to the end, since this is a fairly solid part of U-Boot now. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3: - Add documentation updates doc/driver-model/of-plat.rst | 138 +++++++++++++---------------------- 1 file changed, 52 insertions(+), 86 deletions(-) Applied to u-boot-dm/next, thanks!