diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2022-02-01 20:27:45 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-02-12 01:24:59 +0300 |
commit | e5eb80f0c076346d5e837dc09e3604f79a8c6814 (patch) | |
tree | 93feb4592627b169d21a0c1d0ad96fbb5752014d /Documentation/devicetree/bindings/arm/bcm | |
parent | 4c9b25077eb12534ab63dbefbab1ae6ff41c2144 (diff) | |
download | linux-e5eb80f0c076346d5e837dc09e3604f79a8c6814.tar.xz |
dt-bindings: arm: bcm2835: Add Raspberry Pi Zero 2 W
Add the Raspberry Pi Zero 2 W to DT schema.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml index 5dc48241efb3..8051a75c2c79 100644 --- a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml @@ -51,6 +51,7 @@ properties: - raspberrypi,3-model-b-plus - raspberrypi,3-compute-module - raspberrypi,3-compute-module-lite + - raspberrypi,model-zero-2-w - const: brcm,bcm2837 additionalProperties: true |