diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-01-14 18:53:38 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2021-03-25 14:24:43 -0700 |
commit | 42eb2fa14ac0c6253d2cf7003409933a7e52aac1 (patch) | |
tree | 919a396cc6afc9e135b510523cbce6000637073a /Documentation | |
parent | fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8 (diff) |
dt-bindings: power: bcm-pmb: add BCM63138 binding
PMB can be also found on bcm63xx chipsets. It uses difference device
addresses so a new binding is required.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml b/Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml index 40b08d83c80b..f8e7ddbd2705 100644 --- a/Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml +++ b/Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml @@ -16,6 +16,7 @@ properties: compatible: enum: - brcm,bcm4908-pmb + - brcm,bcm63138-pmb reg: description: register space of one or more buses |