From f8717d756b19dede9068f088819f34d21d05db3c Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 9 Jun 2025 10:51:36 +0100 Subject: [PATCH] doc: hardware: porting: soc_porting: Fix cluster typo Fixes 2 minor issues in the documentation Signed-off-by: Jamie McCrae --- doc/hardware/porting/soc_porting.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/hardware/porting/soc_porting.rst b/doc/hardware/porting/soc_porting.rst index f4df7766f58..cbeedb84e44 100644 --- a/doc/hardware/porting/soc_porting.rst +++ b/doc/hardware/porting/soc_porting.rst @@ -18,7 +18,7 @@ For SoC porting, the most important terms are: - SoC: the exact system on a chip the board's CPU is part of. - SoC series: a group of tightly related SoCs. - SoC family: a wider group of SoCs with similar characteristics. -- CPU Cluster: a cluster of one or more CPU cores. +- CPU cluster: a cluster of one or more CPU cores. - CPU core: a particular CPU instance of a given architecture. - Architecture: an instruction set architecture. @@ -133,7 +133,7 @@ Multiple SoCs and SoC series in a common folder can be described in the - name: socs: - name: - cpucluster: + cpuclusters: - name: - name: ...