diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2021-08-07 14:06:34 +0300 |
---|---|---|
committer | Nicolas Saenz Julienne <nsaenz@kernel.org> | 2021-10-06 10:53:09 +0300 |
commit | 82f811bd2c23511f8ced1ecf415db1a6bc9bde04 (patch) | |
tree | 290eb6729916e9b08dfafac60b849947cc2bf5a8 /Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | |
parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff) | |
download | linux-82f811bd2c23511f8ced1ecf415db1a6bc9bde04.tar.xz |
dt-bindings: display: bcm2835: add optional property power-domains
The Raspberry Pi boards with BCM283x needs control of the power domains
to get display components running. DT schema warns us that it's used, but not
documented as a optional property:
hdmi@7e902000: 'power-domains' does not match any of the regexes: ...
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1628334401-6577-4-git-send-email-stefan.wahren@i2se.com
Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml index 9b24081a0dbd..5d921e30394e 100644 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml @@ -24,6 +24,9 @@ properties: interrupts: maxItems: 1 + power-domains: + maxItems: 1 + required: - compatible - reg |