diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2022-02-01 18:27:45 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-02-11 23:24:59 +0100 |
commit | e5eb80f0c076346d5e837dc09e3604f79a8c6814 (patch) | |
tree | 93feb4592627b169d21a0c1d0ad96fbb5752014d /Documentation/devicetree/bindings/arm/bcm | |
parent | ARM: dts: bcm2835/6: Add the missing L1/L2 cache information (diff) | |
download | linux-e5eb80f0c076346d5e837dc09e3604f79a8c6814.tar.xz linux-e5eb80f0c076346d5e837dc09e3604f79a8c6814.zip |
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 |