mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 20:13:49 -04:00
Add binding document for Broadcom BCM23550 SoC. BCM23550 has a Cluster Dormant Control IP block that holds cores in an idle state. Introduce a new CPU enable method in which the CDC is accessed to bring the core online. Signed-off-by: Chris Brand <chris.brand@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
Broadcom BCM23550 device tree bindings
|
|
--------------------------------------
|
|
|
|
This document describes the device tree bindings for boards with the BCM23550
|
|
SoC.
|
|
|
|
Required root node property:
|
|
- compatible: brcm,bcm23550
|
|
|
|
Example:
|
|
/ {
|
|
model = "BCM23550 SoC";
|
|
compatible = "brcm,bcm23550";
|
|
[...]
|
|
}
|