Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: arm: tcm: Fix a few typos

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Jonathan Neuschäfer and committed by
Jonathan Corbet
2d5dfb59 874ddbce

+3 -3
+3 -3
Documentation/arm/tcm.rst
··· 4 4 5 5 Written by Linus Walleij <linus.walleij@stericsson.com> 6 6 7 - Some ARM SoC:s have a so-called TCM (Tightly-Coupled Memory). 7 + Some ARM SoCs have a so-called TCM (Tightly-Coupled Memory). 8 8 This is usually just a few (4-64) KiB of RAM inside the ARM 9 9 processor. 10 10 11 - Due to being embedded inside the CPU The TCM has a 11 + Due to being embedded inside the CPU, the TCM has a 12 12 Harvard-architecture, so there is an ITCM (instruction TCM) 13 13 and a DTCM (data TCM). The DTCM can not contain any 14 14 instructions, but the ITCM can actually contain data. 15 15 The size of DTCM or ITCM is minimum 4KiB so the typical 16 16 minimum configuration is 4KiB ITCM and 4KiB DTCM. 17 17 18 - ARM CPU:s have special registers to read out status, physical 18 + ARM CPUs have special registers to read out status, physical 19 19 location and size of TCM memories. arch/arm/include/asm/cputype.h 20 20 defines a CPUID_TCM register that you can read out from the 21 21 system control coprocessor. Documentation from ARM can be found