Messages in this thread Patch in this message |  | | From | Gregor Herburger <> | | Date | Tue, 05 May 2026 09:25:09 +0200 | | Subject | [PATCH v2 1/4] dt-bindings: raspberrypi,bcm2835-firmware: Add bcm2712-firmware compatible |
| |
Add a compatible string for the bcm2712 firmware.
Signed-off-by: Gregor Herburger <gregor.herburger@linutronix.de> --- .../devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml b/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml index 983ea80eaec9..eb6b556511d8 100644 --- a/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml @@ -22,7 +22,9 @@ select: properties: compatible: items: - - const: raspberrypi,bcm2835-firmware + - enum: + - raspberrypi,bcm2712-firmware + - raspberrypi,bcm2835-firmware - const: simple-mfd mboxes: -- 2.47.3
|  |