Message ID | e60ee068f06cb2325e3d09c27b27002ba6db8572.1715332922.git.andrea.porta@suse.com |
---|---|
State | Superseded |
Headers | show |
Series | [v2,1/4] dt-bindings: arm: bcm: Add BCM2712 SoC support | expand |
Am 10.05.24 um 16:35 schrieb Andrea della Porta: > The BCM2712 SoC is found on Raspberry Pi 5. Add compatible string to > acknowledge its new chipset. > > Signed-off-by: Andrea della Porta <andrea.porta@suse.com> Reviewed-by: Stefan Wahren <wahrenst@gmx.net> Thanks
On Fri, May 10, 2024 at 04:35:27PM +0200, Andrea della Porta wrote: > The BCM2712 SoC is found on Raspberry Pi 5. Add compatible string to > acknowledge its new chipset. > > Signed-off-by: Andrea della Porta <andrea.porta@suse.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor.
diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml index 162a39dab218..e4ff71f006b8 100644 --- a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml @@ -23,6 +23,12 @@ properties: - raspberrypi,4-model-b - const: brcm,bcm2711 + - description: BCM2712 based Boards + items: + - enum: + - raspberrypi,5-model-b + - const: brcm,bcm2712 + - description: BCM2835 based Boards items: - enum:
The BCM2712 SoC is found on Raspberry Pi 5. Add compatible string to acknowledge its new chipset. Signed-off-by: Andrea della Porta <andrea.porta@suse.com> --- Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml | 6 ++++++ 1 file changed, 6 insertions(+)