[PATCH] dt-bindings: bcm2835-vec: Add power-domains property

Stefan Wahren stefan.wahren at i2se.com
Wed Dec 23 14:24:33 EST 2020


Adding the missing property power-domains to the bcm2835-vec schema to fix
the following dtbs_check issue:

vec at 7e806000: 'power-domains' does not match any of the regexes: ...

Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
---
 Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
index d900cc5..071a43d 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
@@ -22,6 +22,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.7.4




More information about the linux-arm-kernel mailing list