Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Wahren and committed by
Nicolas Saenz Julienne
82f811bd 6880fa6c

+12
+3
Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml
··· 47 47 interrupts: 48 48 maxItems: 1 49 49 50 + power-domains: 51 + maxItems: 1 52 + 50 53 required: 51 54 - "#clock-cells" 52 55 - compatible
+3
Documentation/devicetree/bindings/display/brcm,bcm2835-hdmi.yaml
··· 51 51 dma-names: 52 52 const: audio-rx 53 53 54 + power-domains: 55 + maxItems: 1 56 + 54 57 required: 55 58 - compatible 56 59 - reg
+3
Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml
··· 24 24 interrupts: 25 25 maxItems: 1 26 26 27 + power-domains: 28 + maxItems: 1 29 + 27 30 required: 28 31 - compatible 29 32 - reg
+3
Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
··· 24 24 interrupts: 25 25 maxItems: 1 26 26 27 + power-domains: 28 + maxItems: 1 29 + 27 30 required: 28 31 - compatible 29 32 - reg