Message ID | 20220527101336.2.I2bc1418dd24a902e941c7073bbadab00568b4f5d@changeid |
---|---|
State | Accepted |
Commit | 5e7bcaf89f571c6bff79faf24cbe7c434f1a4c39 |
Headers | show |
Series | arm64: bcmbca: add bcm6858 soc support | expand |
On 27/05/2022 19:13, Anand Gore wrote: > Add BCM6858 SOC device tree description to bcmbca binding document. > > Signed-off-by: Anand Gore <anand.gore@broadcom.com> > > --- > > .../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > index 24357cf09888..a63e355ba8f9 100644 > --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > @@ -35,6 +35,14 @@ properties: > - const: brcm,bcm63178 > - const: brcm,bcmbca > > + - description: BCM6858 based boards > + items: > + - enum: > + - brcm,bcm96858 > + - const: brcm,bcm6858 > + - const: brcm,bcmbca > + > + No need for two blank lines. > additionalProperties: true > > ... Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index 24357cf09888..a63e355ba8f9 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -35,6 +35,14 @@ properties: - const: brcm,bcm63178 - const: brcm,bcmbca + - description: BCM6858 based boards + items: + - enum: + - brcm,bcm96858 + - const: brcm,bcm6858 + - const: brcm,bcmbca + + additionalProperties: true ...
Add BCM6858 SOC device tree description to bcmbca binding document. Signed-off-by: Anand Gore <anand.gore@broadcom.com> --- .../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 8 ++++++++ 1 file changed, 8 insertions(+)