diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-03-13 17:10:30 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-04-16 01:24:52 +0300 |
commit | 55d76e83a39d2cba7ed686327498efb386b7e8f7 (patch) | |
tree | 8c6054d06293245a1b8d909f19e28021c6285b7b /Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt | |
parent | 11f8e119ed22c750ac5ac0b195b5ecd17868e0e9 (diff) | |
download | linux-55d76e83a39d2cba7ed686327498efb386b7e8f7.tar.xz |
dt-bindings: power: amlogic, meson-gx-pwrc: Add G12A compatible
The Amlogic G12A has a slighly different Power Control, but uses the
same address space and sysctrl registers.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt b/Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt index 1cd050b4054c..0fdc3dd1125e 100644 --- a/Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt +++ b/Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt @@ -16,7 +16,9 @@ Device Tree Bindings: --------------------- Required properties: -- compatible: should be "amlogic,meson-gx-pwrc-vpu" for the Meson GX SoCs +- compatible: should be one of the following : + - "amlogic,meson-gx-pwrc-vpu" for the Meson GX SoCs + - "amlogic,meson-g12a-pwrc-vpu" for the Meson G12A SoCs - #power-domain-cells: should be 0 - amlogic,hhi-sysctrl: phandle to the HHI sysctrl node - resets: phandles to the reset lines needed for this power demain sequence |