Message ID | 20220514232800.24653-2-william.zhang@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: bcmbca: add bcm63158 soc support | expand |
On Sat, May 14, 2022 at 04:27:56PM -0700, William Zhang wrote: > Add BCM63158 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 | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > index 5fb455840417..4e3a1a5391f6 100644 > --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > @@ -28,6 +28,13 @@ properties: > - const: brcm,bcm47622 > - const: brcm,bcmbca > > + - description: BCM63158 based boards > + items: > + - enum: > + - brcm,bcm963158 bcm963158 is a board? > + - const: brcm,bcm63158 > + - const: brcm,bcmbca > + > additionalProperties: true > > ... > -- > 2.17.1 >
Hi Rob, On 5/16/22 09:06, Rob Herring wrote: > On Sat, May 14, 2022 at 04:27:56PM -0700, William Zhang wrote: >> Add BCM63158 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 | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml >> index 5fb455840417..4e3a1a5391f6 100644 >> --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml >> +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml >> @@ -28,6 +28,13 @@ properties: >> - const: brcm,bcm47622 >> - const: brcm,bcmbca >> >> + - description: BCM63158 based boards >> + items: >> + - enum: >> + - brcm,bcm963158 > > bcm963158 is a board? > Yes it is the generic board id with only minimum hardware blocks(cpu, memory, uart) enabled for all BCM63158 based boards. Specific board id can be added in the future with actual hardware blocks that are used on the board. >> + - const: brcm,bcm63158 >> + - const: brcm,bcmbca >> + >> additionalProperties: true >> >> ... >> -- >> 2.17.1 >> > >
On Sat, 14 May 2022 16:27:56 -0700, William Zhang wrote: > Add BCM63158 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 | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On 5/14/2022 4:27 PM, William Zhang wrote: > Add BCM63158 SOC device tree description to bcmbca binding document. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index 5fb455840417..4e3a1a5391f6 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -28,6 +28,13 @@ properties: - const: brcm,bcm47622 - const: brcm,bcmbca + - description: BCM63158 based boards + items: + - enum: + - brcm,bcm963158 + - const: brcm,bcm63158 + - const: brcm,bcmbca + additionalProperties: true ...
Add BCM63158 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 | 7 +++++++ 1 file changed, 7 insertions(+)