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@xxxxxxxxxx>
---
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ç