diff mbox series

[v2,1/4] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings

Message ID 20220402204622.3360-1-arinc.unal@arinc9.com
State Not Applicable, archived
Headers show
Series [v2,1/4] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 3 warnings, 10 lines checked
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Arınç ÜNAL April 2, 2022, 8:46 p.m. UTC
Fix inaccurate SoC strings brcm,brcm53012 and brcm,brcm53016 to respectively
brcm,bcm53012 and brcm,bcm53016.

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>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Krzysztof Kozlowski April 3, 2022, 7:53 a.m. UTC | #1
On 02/04/2022 22:46, Arınç ÜNAL wrote:
> Fix inaccurate SoC strings brcm,brcm53012 and brcm,brcm53016 to respectively
> brcm,bcm53012 and brcm,bcm53016.
> 
> 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>
> ---
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 


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


Best regards,
Krzysztof
Krzysztof Kozlowski April 3, 2022, 7:53 a.m. UTC | #2
On 02/04/2022 22:46, Arınç ÜNAL wrote:
> Fix compatible strings for devicetrees using the BCM53012 and BCM53016 SoC.
> 
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
> ---
>  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 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 


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


Best regards,
Krzysztof
Florian Fainelli April 4, 2022, 6:37 p.m. UTC | #3
On Sat,  2 Apr 2022 23:46:19 +0300, Arınç ÜNAL <arinc.unal@arinc9.com> wrote:
> Fix inaccurate SoC strings brcm,brcm53012 and brcm,brcm53016 to respectively
> brcm,bcm53012 and brcm,bcm53016.
> 
> 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>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian
Florian Fainelli April 4, 2022, 6:38 p.m. UTC | #4
On Sat,  2 Apr 2022 23:46:21 +0300, Arınç ÜNAL <arinc.unal@arinc9.com> wrote:
> Fix compatible strings for devicetrees using the BCM53012 and BCM53016 SoC.
> 
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
index 434d3c6db61e..f0e2a20d22d5 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
@@ -84,8 +84,8 @@  properties:
               - brcm,bcm953012hr
               - brcm,bcm953012k
               - meraki,mr32
-          - const: brcm,brcm53012
-          - const: brcm,brcm53016
+          - const: brcm,bcm53012
+          - const: brcm,bcm53016
           - const: brcm,bcm4708
 
 additionalProperties: true