[PATCH 1/2] dt-bindings: arm: bcm2835: Add Raspberry Pi 5 d0 Stepping
Gregor Herburger <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260803-bcm2712-d-stepping-compatible-v1-1-401934357a44@linutronix.de> |
Add the Raspberry Pi 5 d0 Stepping to the schema. Signed-off-by: Gregor Herburger <[email protected]> --- Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml index 2729a542c4f3..43729a887f84 100644 --- a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml @@ -25,8 +25,15 @@ properties: - description: BCM2712 based Boards items: - - enum: - - raspberrypi,5-model-b + oneOf: + - enum: + - raspberrypi,5-model-b + - const: brcm,bcm2712 + + - description: BCM2712 based Boards d0 stepping + items: + - const: raspberrypi,5-model-b-d0 + - const: raspberrypi,5-model-b - const: brcm,bcm2712 - description: BCM2835 based Boards -- 2.47.3