devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: Add Asus GT-AC6000 based on BCM4912
@ 2022-07-13 12:12 Rafał Miłecki
  2022-07-18 14:25 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Rafał Miłecki @ 2022-07-13 12:12 UTC (permalink / raw)
  To: Florian Fainelli, William Zhang, Anand Gore, Kursad Oney,
	Rob Herring, Krzysztof Kozlowski
  Cc: bcm-kernel-feedback-list, devicetree, linux-arm-kernel,
	Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

It's a home router, the first BCM4912 SoC based public device.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
index b817051c491d..40bb5223740b 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
@@ -31,6 +31,7 @@ properties:
       - description: BCM4912 based boards
         items:
           - enum:
+              - asus,gt-ax6000
               - brcm,bcm94912
           - const: brcm,bcm4912
           - const: brcm,bcmbca
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: Add Asus GT-AC6000 based on BCM4912
  2022-07-13 12:12 [PATCH] dt-bindings: arm: Add Asus GT-AC6000 based on BCM4912 Rafał Miłecki
@ 2022-07-18 14:25 ` Rob Herring
  2022-07-18 16:29   ` Rafał Miłecki
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2022-07-18 14:25 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Florian Fainelli, William Zhang, Anand Gore, Kursad Oney,
	Krzysztof Kozlowski, bcm-kernel-feedback-list, devicetree,
	linux-arm-kernel, Rafał Miłecki

On Wed, Jul 13, 2022 at 02:12:34PM +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> It's a home router, the first BCM4912 SoC based public device.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
> index b817051c491d..40bb5223740b 100644
> --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
> +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
> @@ -31,6 +31,7 @@ properties:
>        - description: BCM4912 based boards
>          items:
>            - enum:
> +              - asus,gt-ax6000

The subject says it is gt-ac6000. Which is wrong?

>                - brcm,bcm94912
>            - const: brcm,bcm4912
>            - const: brcm,bcmbca
> -- 
> 2.34.1
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: Add Asus GT-AC6000 based on BCM4912
  2022-07-18 14:25 ` Rob Herring
@ 2022-07-18 16:29   ` Rafał Miłecki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafał Miłecki @ 2022-07-18 16:29 UTC (permalink / raw)
  To: Rob Herring
  Cc: Florian Fainelli, William Zhang, Anand Gore, Kursad Oney,
	Krzysztof Kozlowski, bcm-kernel-feedback-list, devicetree,
	linux-arm-kernel, Rafał Miłecki

On 18.07.2022 16:25, Rob Herring wrote:
> On Wed, Jul 13, 2022 at 02:12:34PM +0200, Rafał Miłecki wrote:
>> From: Rafał Miłecki <rafal@milecki.pl>
>>
>> It's a home router, the first BCM4912 SoC based public device.
>>
>> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
>> ---
>>   Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
>> index b817051c491d..40bb5223740b 100644
>> --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
>> +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
>> @@ -31,6 +31,7 @@ properties:
>>         - description: BCM4912 based boards
>>           items:
>>             - enum:
>> +              - asus,gt-ax6000
> 
> The subject says it is gt-ac6000. Which is wrong?

The correct name is Asus GT-AX6000. I fixed that in following patch:
[PATCH 1/2] dt-bindings: arm: Add Asus GT-AX6000 based on BCM4912
which was accepted instead of this one.


>>                 - brcm,bcm94912
>>             - const: brcm,bcm4912
>>             - const: brcm,bcmbca


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-18 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13 12:12 [PATCH] dt-bindings: arm: Add Asus GT-AC6000 based on BCM4912 Rafał Miłecki
2022-07-18 14:25 ` Rob Herring
2022-07-18 16:29   ` Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).