diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2022-06-25 13:36:11 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-06-27 10:33:43 -0700 |
commit | 0e44511117f92197bea58e1999891e5c6f014156 (patch) | |
tree | 1491271f33263a3067908070c7981a157bd8e4a1 /Documentation/devicetree/bindings/soc/bcm | |
parent | 7bc592cf4831b86725ee8007bf3a1732cc54a7aa (diff) |
dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711
Add a new compatible string for BCM2711 and the option to provide a
third reg property for the board's new RPiVid ASB.
In BCM2711 the new RPiVid ASB took over V3D, which is our only consumer
of this driver so far. The old ASB is still be present with ISP and H264
bits but no V3D.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/soc/bcm')
-rw-r--r-- | Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml index 883ab7cb96e9..894786640938 100644 --- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml +++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml @@ -19,17 +19,21 @@ allOf: properties: compatible: items: - - const: brcm,bcm2835-pm + - enum: + - brcm,bcm2835-pm + - brcm,bcm2711-pm - const: brcm,bcm2835-pm-wdt reg: minItems: 2 - maxItems: 2 + maxItems: 3 reg-names: + minItems: 2 items: - const: pm - const: asb + - const: rpivid_asb "#power-domain-cells": const: 1 |