[RFC/PATCH 02/11] dt-bindings: soc: bcm: brcm,bcm2835-pm: Add support for bcm2711

From: Nicolas Saenz Julienne
Date: Fri Feb 05 2021 - 08:57:37 EST


Add a new compatible string for bcm2711 and the option to provide a
third reg property for the board's new Argon ASB.

The new Argon 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: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
---
.../devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml
index 5e0555fc0666..a1f2e25e68db 100644
--- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml
+++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml
@@ -21,13 +21,14 @@ properties:
items:
- enum:
- brcm,bcm2835-pm
+ - brcm,bcm2711-pm
- const: brcm,bcm2835-pm-wdt

reg:
minItems: 1
- maxItems: 2
- description: Specifies base physical address and size of the two register
- ranges, "PM" and "ASYNC_BRIDGE" in that order.
+ maxItems: 3
+ description: Specifies base physical address and size of the register
+ ranges, "PM", "ASYNC_BRIDGE" and "ARGON_BRIDGE" in that order.

"#power-domain-cells":
const: 1
--
2.30.0