On Thu, Jul 13, 2017 at 12:31:08PM +0200, Martin Blumenstingl wrote:
From: Carlo Caione <redacted>
With this patch we add documentation for:
* power-management-unit: the PMU is used to bring up the cores during
SMP operations
* sram: among other things the sram is used to store the first code
executed by the core when it is powered up
* cpu-enable-method: the CPU enable method used by Amlogic Meson8 and
Meson8b SoCs
Signed-off-by: Carlo Caione <redacted>
[also add Meson8 to the documentation]
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
.../devicetree/bindings/arm/amlogic/pmu.txt | 18 ++++++++++++
.../devicetree/bindings/arm/amlogic/smp-sram.txt | 32 ++++++++++++++++++++++
Documentation/devicetree/bindings/arm/cpus.txt | 2 ++
3 files changed, 52 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/amlogic/pmu.txt
create mode 100644 Documentation/devicetree/bindings/arm/amlogic/smp-sram.txt
Acked-by: Rob Herring <robh@kernel.org>