All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Zhang <william.zhang@broadcom.com>
To: Rob Herring <robh@kernel.org>
Cc: Linux ARM List <linux-arm-kernel@lists.infradead.org>,
	Broadcom Kernel List <bcm-kernel-feedback-list@broadcom.com>,
	kursad.oney@broadcom.com, florian.fainelli@broadcom.com,
	joel.peshkin@broadcom.com, tomer.yacoby@broadcom.com,
	samyon.furman@broadcom.com, philippe.reynes@softathome.com,
	anand.gore@broadcom.com, dan.beygelman@broadcom.com,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/5] dt-bindings: arm64: add BCM63158 soc to binding document
Date: Mon, 16 May 2022 10:51:51 -0700	[thread overview]
Message-ID: <28a17e25-5dfc-596f-c66c-3ca6436f3f39@broadcom.com> (raw)
In-Reply-To: <20220516160647.GA2737211-robh@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

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
>>
> 
> 

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: William Zhang <william.zhang@broadcom.com>
To: Rob Herring <robh@kernel.org>
Cc: Linux ARM List <linux-arm-kernel@lists.infradead.org>,
	Broadcom Kernel List <bcm-kernel-feedback-list@broadcom.com>,
	kursad.oney@broadcom.com, florian.fainelli@broadcom.com,
	joel.peshkin@broadcom.com, tomer.yacoby@broadcom.com,
	samyon.furman@broadcom.com, philippe.reynes@softathome.com,
	anand.gore@broadcom.com, dan.beygelman@broadcom.com,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/5] dt-bindings: arm64: add BCM63158 soc to binding document
Date: Mon, 16 May 2022 10:51:51 -0700	[thread overview]
Message-ID: <28a17e25-5dfc-596f-c66c-3ca6436f3f39@broadcom.com> (raw)
In-Reply-To: <20220516160647.GA2737211-robh@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 1334 bytes --]

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
>>
> 
> 

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-05-16 17:52 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-14 23:27 [PATCH 0/5] arm64: bcmbca: add bcm63158 soc support William Zhang
2022-05-14 23:27 ` William Zhang
2022-05-14 23:27 ` [PATCH 1/5] dt-bindings: arm64: add BCM63158 soc to binding document William Zhang
2022-05-14 23:27   ` William Zhang
2022-05-16 16:06   ` Rob Herring
2022-05-16 16:06     ` Rob Herring
2022-05-16 17:51     ` William Zhang [this message]
2022-05-16 17:51       ` William Zhang
2022-05-17 14:23   ` Rob Herring
2022-05-17 14:23     ` Rob Herring
2022-05-18 20:08   ` Florian Fainelli
2022-05-18 20:08     ` Florian Fainelli
2022-05-14 23:27 ` [PATCH 2/5] arm64: bcmbca: add arch bcmbca machine entry William Zhang
2022-05-14 23:27   ` William Zhang
2022-05-18 20:05   ` Florian Fainelli
2022-05-18 20:05     ` Florian Fainelli
2022-05-14 23:27 ` [PATCH 3/5] arm64: dts: add dts files for bcmbca soc 63158 William Zhang
2022-05-14 23:27   ` William Zhang
2022-05-18 20:05   ` Florian Fainelli
2022-05-18 20:05     ` Florian Fainelli
2022-05-14 23:27 ` [PATCH 4/5] MAINTAINERS: add bcm63158 to bcmbca arch entry William Zhang
2022-05-14 23:27   ` William Zhang
2022-05-18 20:08   ` Florian Fainelli
2022-05-18 20:08     ` Florian Fainelli
2022-05-14 23:28 ` [PATCH 5/5] arm64: defconfig: enable bcmbca soc support William Zhang
2022-05-14 23:28   ` William Zhang
2022-05-18 20:07   ` Florian Fainelli
2022-05-18 20:07     ` Florian Fainelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28a17e25-5dfc-596f-c66c-3ca6436f3f39@broadcom.com \
    --to=william.zhang@broadcom.com \
    --cc=anand.gore@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=dan.beygelman@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=florian.fainelli@broadcom.com \
    --cc=joel.peshkin@broadcom.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kursad.oney@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=philippe.reynes@softathome.com \
    --cc=robh@kernel.org \
    --cc=samyon.furman@broadcom.com \
    --cc=tomer.yacoby@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.