Unverified Commit 0f937bc2 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Merge tag 'tags/bcm2835-dt-next-2021-10-06' into devicetree/next



Stefan Wahren adds devicetree support for the Raspbery Pi Compute Module
4 and its IO board

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parents beff77b9 1d71d543
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ properties:
        items:
          - enum:
              - raspberrypi,400
              - raspberrypi,4-compute-module
              - raspberrypi,4-model-b
          - const: brcm,bcm2711

+3 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@ properties:
  interrupts:
    maxItems: 1

  power-domains:
    maxItems: 1

required:
  - "#clock-cells"
  - compatible
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@ properties:
  dma-names:
    const: audio-rx

  power-domains:
    maxItems: 1

required:
  - compatible
  - reg
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ properties:
  interrupts:
    maxItems: 1

  power-domains:
    maxItems: 1

required:
  - compatible
  - reg
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ properties:
  interrupts:
    maxItems: 1

  power-domains:
    maxItems: 1

required:
  - compatible
  - reg
Loading