projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7efdf5
)
docs: dt: fix documented Primecell compatible string
author
Baruch Siach
<baruch@tkos.co.il>
Mon, 24 Apr 2023 10:52:53 +0000
(13:52 +0300)
committer
Rob Herring
<robh@kernel.org>
Thu, 8 Jun 2023 13:31:59 +0000
(07:31 -0600)
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>
Documentation/devicetree/usage-model.rst
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/usage-model.rst
b/Documentation/devicetree/usage-model.rst
index
b6a2879
..
0717426
100644
(file)
--- 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.