Message ID | 20220525003236.2699-2-william.zhang@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm: bcmbca: add bcm6846 SoC support | expand |
On 25/05/2022 02:32, William Zhang wrote: > Add BCM6846 SoC device tree description to bcmbca binding document. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> > --- > > Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > index 5fb455840417..93eb30422dd6 100644 > --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > @@ -27,6 +27,12 @@ properties: > - brcm,bcm947622 > - const: brcm,bcm47622 > - const: brcm,bcmbca New line here. With that: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 5/25/22 04:14, Krzysztof Kozlowski wrote: > On 25/05/2022 02:32, William Zhang wrote: >> Add BCM6846 SoC device tree description to bcmbca binding document. >> >> Signed-off-by: William Zhang <william.zhang@broadcom.com> >> --- >> >> Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml >> index 5fb455840417..93eb30422dd6 100644 >> --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml >> +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml >> @@ -27,6 +27,12 @@ properties: >> - brcm,bcm947622 >> - const: brcm,bcm47622 >> - const: brcm,bcmbca > > New line here. > > With that: > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Updated in v2. Thanks! > Best regards, > Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index 5fb455840417..93eb30422dd6 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -27,6 +27,12 @@ properties: - brcm,bcm947622 - const: brcm,bcm47622 - const: brcm,bcmbca + - description: BCM6846 based boards + items: + - enum: + - brcm,bcm96846 + - const: brcm,bcm6846 + - const: brcm,bcmbca additionalProperties: true
Add BCM6846 SoC device tree description to bcmbca binding document. Signed-off-by: William Zhang <william.zhang@broadcom.com> --- Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 6 ++++++ 1 file changed, 6 insertions(+)