summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/usage-model.rst
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2023-04-24 13:52:53 +0300
committerRob Herring <robh@kernel.org>2023-06-08 07:31:59 -0600
commitc44e0503e5fd90c5ccbf81bcff7b6b70e9e2655b (patch)
tree48a21dd5c2b80b85182b931b234be807b2e5cd1a /Documentation/devicetree/usage-model.rst
parentf7efdf5e4dc10756ad632b1863b54b1b42a07530 (diff)
downloadlinux-stable-c44e0503e5fd90c5ccbf81bcff7b6b70e9e2655b.tar.gz
linux-stable-c44e0503e5fd90c5ccbf81bcff7b6b70e9e2655b.tar.bz2
linux-stable-c44e0503e5fd90c5ccbf81bcff7b6b70e9e2655b.zip
docs: dt: fix documented Primecell compatible string
Only arm,primecell is documented as compatible string for Primecell peripherals. Current code agrees with that. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Link: https://lore.kernel.org/r/9e137548c4e76e0d8deef6d49460cb37897934ca.1682333574.git.baruch@tkos.co.il Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/usage-model.rst')
-rw-r--r--Documentation/devicetree/usage-model.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/usage-model.rst b/Documentation/devicetree/usage-model.rst
index b6a287955ee5..0717426856b2 100644
--- a/Documentation/devicetree/usage-model.rst
+++ b/Documentation/devicetree/usage-model.rst
@@ -415,6 +415,6 @@ When using the DT, this creates problems for of_platform_populate()
because it must decide whether to register each node as either a
platform_device or an amba_device. This unfortunately complicates the
device creation model a little bit, but the solution turns out not to
-be too invasive. If a node is compatible with "arm,amba-primecell", then
+be too invasive. If a node is compatible with "arm,primecell", then
of_platform_populate() will register it as an amba_device instead of a
platform_device.