Skip to content

Commit c44e050

Browse files
baruchsiachrobherring
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/9e137548c4e76e0d8deef6d49460cb37897934ca.1682333574.git.baruch@tkos.co.il Signed-off-by: Rob Herring <[email protected]>
1 parent f7efdf5 commit c44e050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/usage-model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,6 @@ When using the DT, this creates problems for of_platform_populate()
415415
because it must decide whether to register each node as either a
416416
platform_device or an amba_device. This unfortunately complicates the
417417
device creation model a little bit, but the solution turns out not to
418-
be too invasive. If a node is compatible with "arm,amba-primecell", then
418+
be too invasive. If a node is compatible with "arm,primecell", then
419419
of_platform_populate() will register it as an amba_device instead of a
420420
platform_device.

0 commit comments

Comments
 (0)