linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings
@ 2022-04-01 17:24 Arınç ÜNAL
  2022-04-01 17:24 ` [PATCH 2/2] dt-bindings: arm: bcm: add bindings for Asus RT-AC88U Arınç ÜNAL
  2022-04-02 16:28 ` [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Arınç ÜNAL @ 2022-04-01 17:24 UTC (permalink / raw)
  To: Florian Fainelli, Rafał Miłecki, Hauke Mehrtens,
	Rob Herring, Scott Branden, Christian Lamparter
  Cc: linux-kernel, linux-arm-kernel, devicetree,
	bcm-kernel-feedback-list, Arınç ÜNAL

Fix inaccurate SoC strings brcm,brcm53012 and brcm,brcm53016 to respectively
brcm,bcm53012 and brcm,bcm53016.

Create a new description for BCM53016 and move Meraki MR32 under it.

Fixes: 4cb5201fcb5d ("dt-bindings: arm: bcm: Convert BCM4708 to YAML")
Fixes: a2e385f5374d ("dt-bindings: ARM: add bindings for the Meraki MR32")
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
brcm,bcm53012 string was silently changed to brcm,brcm53012 after
converting to YAML. Let me know if this was intentional.

Arınç
---
 .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml        | 9 +++++++--
 arch/arm/boot/dts/bcm53016-meraki-mr32.dts               | 2 +-
 arch/arm/boot/dts/bcm953012er.dts                        | 2 +-
 arch/arm/boot/dts/bcm953012hr.dts                        | 2 +-
 arch/arm/boot/dts/bcm953012k.dts                         | 2 +-
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
index 434d3c6db61e..8a97ee048053 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
@@ -83,9 +83,14 @@ properties:
               - brcm,bcm953012er
               - brcm,bcm953012hr
               - brcm,bcm953012k
+          - const: brcm,bcm53012
+          - const: brcm,bcm4708
+
+      - description: BCM53016 based boards
+        items:
+          - enum:
               - meraki,mr32
-          - const: brcm,brcm53012
-          - const: brcm,brcm53016
+          - const: brcm,bcm53016
           - const: brcm,bcm4708
 
 additionalProperties: true
diff --git a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
index 66c64a6ec414..daca63f25134 100644
--- a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
+++ b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
@@ -13,7 +13,7 @@
 #include <dt-bindings/leds/common.h>
 
 / {
-	compatible = "meraki,mr32", "brcm,brcm53016", "brcm,bcm4708";
+	compatible = "meraki,mr32", "brcm,bcm53016", "brcm,bcm4708";
 	model = "Meraki MR32";
 
 	chosen {
diff --git a/arch/arm/boot/dts/bcm953012er.dts b/arch/arm/boot/dts/bcm953012er.dts
index 52feca0fb906..dd63a148a16b 100644
--- a/arch/arm/boot/dts/bcm953012er.dts
+++ b/arch/arm/boot/dts/bcm953012er.dts
@@ -37,7 +37,7 @@
 
 / {
 	model = "NorthStar Enterprise Router (BCM953012ER)";
-	compatible = "brcm,bcm953012er", "brcm,brcm53012", "brcm,bcm4708";
+	compatible = "brcm,bcm953012er", "brcm,bcm53012", "brcm,bcm4708";
 
 	memory@0 {
 		device_type = "memory";
diff --git a/arch/arm/boot/dts/bcm953012hr.dts b/arch/arm/boot/dts/bcm953012hr.dts
index 9140be7ec053..b070b69466bd 100644
--- a/arch/arm/boot/dts/bcm953012hr.dts
+++ b/arch/arm/boot/dts/bcm953012hr.dts
@@ -37,7 +37,7 @@
 
 / {
 	model = "NorthStar HR (BCM953012HR)";
-	compatible = "brcm,bcm953012hr", "brcm,brcm53012", "brcm,bcm4708";
+	compatible = "brcm,bcm953012hr", "brcm,bcm53012", "brcm,bcm4708";
 
 	aliases {
 		ethernet0 = &gmac0;
diff --git a/arch/arm/boot/dts/bcm953012k.dts b/arch/arm/boot/dts/bcm953012k.dts
index de40bd59a5fa..f1e6bcaa1edd 100644
--- a/arch/arm/boot/dts/bcm953012k.dts
+++ b/arch/arm/boot/dts/bcm953012k.dts
@@ -36,7 +36,7 @@
 
 / {
 	model = "NorthStar SVK (BCM953012K)";
-	compatible = "brcm,bcm953012k", "brcm,brcm53012", "brcm,bcm4708";
+	compatible = "brcm,bcm953012k", "brcm,bcm53012", "brcm,bcm4708";
 
 	aliases {
 		serial0 = &uart0;
-- 
2.25.1


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

* [PATCH 2/2] dt-bindings: arm: bcm: add bindings for Asus RT-AC88U
  2022-04-01 17:24 [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings Arınç ÜNAL
@ 2022-04-01 17:24 ` Arınç ÜNAL
  2022-04-02 16:28   ` Krzysztof Kozlowski
  2022-04-02 16:28 ` [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings Krzysztof Kozlowski
  1 sibling, 1 reply; 5+ messages in thread
From: Arınç ÜNAL @ 2022-04-01 17:24 UTC (permalink / raw)
  To: Florian Fainelli, Rafał Miłecki, Hauke Mehrtens,
	Rob Herring, Scott Branden, Christian Lamparter
  Cc: linux-kernel, linux-arm-kernel, devicetree,
	bcm-kernel-feedback-list, Arınç ÜNAL

Add Asus RT-AC88U under BCM47094 based boards.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
index 8a97ee048053..8b7e87fb6c34 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
@@ -64,6 +64,7 @@ properties:
       - description: BCM47094 based boards
         items:
           - enum:
+              - asus,rt-ac88u
               - dlink,dir-885l
               - linksys,panamera
               - luxul,abr-4500-v1
-- 
2.25.1


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

* Re: [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings
  2022-04-01 17:24 [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings Arınç ÜNAL
  2022-04-01 17:24 ` [PATCH 2/2] dt-bindings: arm: bcm: add bindings for Asus RT-AC88U Arınç ÜNAL
@ 2022-04-02 16:28 ` Krzysztof Kozlowski
  2022-04-02 20:41   ` Arınç ÜNAL
  1 sibling, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-02 16:28 UTC (permalink / raw)
  To: Arınç ÜNAL, Florian Fainelli,
	Rafał Miłecki, Hauke Mehrtens, Rob Herring,
	Scott Branden, Christian Lamparter
  Cc: linux-kernel, linux-arm-kernel, devicetree, bcm-kernel-feedback-list

On 01/04/2022 19:24, Arınç ÜNAL wrote:
> Fix inaccurate SoC strings brcm,brcm53012 and brcm,brcm53016 to respectively
> brcm,bcm53012 and brcm,bcm53016.
> 
> Create a new description for BCM53016 and move Meraki MR32 under it.
> 
> Fixes: 4cb5201fcb5d ("dt-bindings: arm: bcm: Convert BCM4708 to YAML")
> Fixes: a2e385f5374d ("dt-bindings: ARM: add bindings for the Meraki MR32")
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
> ---
> brcm,bcm53012 string was silently changed to brcm,brcm53012 after
> converting to YAML. Let me know if this was intentional.
> 

Thanks for your patch. This looks like 2 or 3 separate patches:
1. Correct meraki and BCM53016 bindings,
2. Rename brcm->bcm, in bindings,
3. Change DTS.

Best regards,
Krzysztof

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

* Re: [PATCH 2/2] dt-bindings: arm: bcm: add bindings for Asus RT-AC88U
  2022-04-01 17:24 ` [PATCH 2/2] dt-bindings: arm: bcm: add bindings for Asus RT-AC88U Arınç ÜNAL
@ 2022-04-02 16:28   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-02 16:28 UTC (permalink / raw)
  To: Arınç ÜNAL, Florian Fainelli,
	Rafał Miłecki, Hauke Mehrtens, Rob Herring,
	Scott Branden, Christian Lamparter
  Cc: linux-kernel, linux-arm-kernel, devicetree, bcm-kernel-feedback-list

On 01/04/2022 19:24, Arınç ÜNAL wrote:
> Add Asus RT-AC88U under BCM47094 based boards.
> 
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
> ---
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings
  2022-04-02 16:28 ` [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings Krzysztof Kozlowski
@ 2022-04-02 20:41   ` Arınç ÜNAL
  0 siblings, 0 replies; 5+ messages in thread
From: Arınç ÜNAL @ 2022-04-02 20:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Florian Fainelli, Rafał Miłecki,
	Hauke Mehrtens, Rob Herring, Scott Branden, Christian Lamparter
  Cc: linux-kernel, linux-arm-kernel, devicetree, bcm-kernel-feedback-list

On 02/04/2022 19:28, Krzysztof Kozlowski wrote:
> On 01/04/2022 19:24, Arınç ÜNAL wrote:
>> Fix inaccurate SoC strings brcm,brcm53012 and brcm,brcm53016 to respectively
>> brcm,bcm53012 and brcm,bcm53016.
>>
>> Create a new description for BCM53016 and move Meraki MR32 under it.
>>
>> Fixes: 4cb5201fcb5d ("dt-bindings: arm: bcm: Convert BCM4708 to YAML")
>> Fixes: a2e385f5374d ("dt-bindings: ARM: add bindings for the Meraki MR32")
>> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
>> ---
>> brcm,bcm53012 string was silently changed to brcm,brcm53012 after
>> converting to YAML. Let me know if this was intentional.
>>
> 
> Thanks for your patch. This looks like 2 or 3 separate patches:
> 1. Correct meraki and BCM53016 bindings,
> 2. Rename brcm->bcm, in bindings,
> 3. Change DTS.

Will send v2, thanks.

Arınç

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

end of thread, other threads:[~2022-04-02 20:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 17:24 [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings Arınç ÜNAL
2022-04-01 17:24 ` [PATCH 2/2] dt-bindings: arm: bcm: add bindings for Asus RT-AC88U Arınç ÜNAL
2022-04-02 16:28   ` Krzysztof Kozlowski
2022-04-02 16:28 ` [PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings Krzysztof Kozlowski
2022-04-02 20:41   ` Arınç ÜNAL

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