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

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>

authored by

Baruch Siach and committed by
Rob Herring
c44e0503 f7efdf5e

+1 -1
+1 -1
Documentation/devicetree/usage-model.rst
··· 415 415 because it must decide whether to register each node as either a 416 416 platform_device or an amba_device. This unfortunately complicates the 417 417 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 419 419 of_platform_populate() will register it as an amba_device instead of a 420 420 platform_device.