Message ID | 20220413192645.7067-2-william.zhang@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm: bcmbca: introduce the bcmbca architecture and 47622 SOC | expand |
On 13/04/2022 21:26, William Zhang wrote: > Add arch bcmbca device tree binding document for Broadcom ARM based > broadband SoC chipsets. In this change, only BCM47622 is added. Other > chipsets will be added in the future. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> I gave you here an ack. What happened? Best regards, Krzysztof
Hi Krzysztof, Yeah I saw your ack. I guess I should put an ack-by in this v2 set? Still new to the upstream process and thanks for your help! William On 4/14/22 00:29, Krzysztof Kozlowski wrote: > On 13/04/2022 21:26, William Zhang wrote: >> Add arch bcmbca device tree binding document for Broadcom ARM based >> broadband SoC chipsets. In this change, only BCM47622 is added. Other >> chipsets will be added in the future. >> >> Signed-off-by: William Zhang <william.zhang@broadcom.com> > > I gave you here an ack. What happened? > > > Best regards, > Krzysztof
On 14/04/2022 19:38, William Zhang wrote: > Hi Krzysztof, > > Yeah I saw your ack. I guess I should put an ack-by in this v2 set? > Still new to the upstream process and thanks for your help! Yes, please add all tags before your Signed-off-by part. https://elixir.bootlin.com/linux/v5.18-rc2/source/Documentation/process/submitting-patches.rst#L541 Best regards, Krzysztof
On 13/04/2022 21:26, William Zhang wrote: > Add arch bcmbca device tree binding document for Broadcom ARM based > broadband SoC chipsets. In this change, only BCM47622 is added. Other > chipsets will be added in the future. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 4/17/22 11:13, Krzysztof Kozlowski wrote: > On 14/04/2022 19:38, William Zhang wrote: >> Hi Krzysztof, >> >> Yeah I saw your ack. I guess I should put an ack-by in this v2 set? >> Still new to the upstream process and thanks for your help! > > Yes, please add all tags before your Signed-off-by part. > https://elixir.bootlin.com/linux/v5.18-rc2/source/Documentation/process/submitting-patches.rst#L541 > > Will add Acked-by: and Reviewed-by: tag in v3. Thanks! > Best regards, > Krzysztof
On Wed, 13 Apr 2022 12:26:41 -0700, William Zhang <william.zhang@broadcom.com> wrote: > Add arch bcmbca device tree binding document for Broadcom ARM based > broadband SoC chipsets. In this change, only BCM47622 is added. Other > chipsets will be added in the future. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks! -- Florian
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml new file mode 100644 index 000000000000..5fb455840417 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -0,0 +1,33 @@ +# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/bcm/brcm,bcmbca.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Broadcom Broadband SoC device tree bindings + +description: + Broadcom Broadband SoCs include family of high performance DSL/PON/Wireless + chips that can be used as home gateway, router and WLAN AP for residential, + enterprise and carrier applications. + +maintainers: + - William Zhang <william.zhang@broadcom.com> + - Anand Gore <anand.gore@broadcom.com> + - Kursad Oney <kursad.oney@broadcom.com> + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - description: BCM47622 based boards + items: + - enum: + - brcm,bcm947622 + - const: brcm,bcm47622 + - const: brcm,bcmbca + +additionalProperties: true + +...
Add arch bcmbca device tree binding document for Broadcom ARM based broadband SoC chipsets. In this change, only BCM47622 is added. Other chipsets will be added in the future. Signed-off-by: William Zhang <william.zhang@broadcom.com> --- .../bindings/arm/bcm/brcm,bcmbca.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml