Re: [PATCH] ARM: stm32: add initial documentation for STM32MP151

From: Jonathan Corbet
Date: Wed Mar 29 2023 - 12:33:33 EST


Roan van Dijk <roan@xxxxxxxxxxx> writes:

> This patch adds initial documentation of STM32MP151 microprocessor (MPU)
> based on Arm Cortex-A7.
>
> Signed-off-by: Roan van Dijk <roan@xxxxxxxxxxx>
> ---
> .../arm/stm32/stm32mp151-overview.rst | 36 +++++++++++++++++++
> 1 file changed, 36 insertions(+)
> create mode 100644 Documentation/arm/stm32/stm32mp151-overview.rst

You will need to add this new file to .../arm/index.rst or it won't be
pulled into the docs build (and will add a new warning).

Thanks,

jon