From f90b1caae4f95c7901a0a6fd0c8be8bfe4d7f6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Tue, 8 Oct 2024 16:01:00 +0200 Subject: [PATCH] doc: fix nested list rendering in soc porting guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added missing blank line that caused nested bullet list to not render properly. Signed-off-by: Benjamin Cabé --- doc/hardware/porting/soc_porting.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/hardware/porting/soc_porting.rst b/doc/hardware/porting/soc_porting.rst index 7f2dfd2a3da..f4df7766f58 100644 --- a/doc/hardware/porting/soc_porting.rst +++ b/doc/hardware/porting/soc_porting.rst @@ -75,6 +75,7 @@ The mandatory files are: #. :file:`soc.yml`: a YAML file describing the high-level meta data of the SoC such as: + - SoC name: the name of the SoC - CPU clusters: CPU clusters if the SoC contains one or more clusters - SoC series: the SoC series to which the SoC belong