mbox series

[0/3] ARM: mstar: Fix compatible string for pmsleep

Message ID 20200729150748.1945589-1-daniel@0x0f.com (mailing list archive)
Headers show
Series ARM: mstar: Fix compatible string for pmsleep | expand

Message

Daniel Palmer July 29, 2020, 3:07 p.m. UTC
This fixes up the compatible string for the pmsleep register
region based on Arnd and Rob's feedback:

- Add "mstar,msc313-pmsleep" to mfd/syscon.yaml
- Remove the unneeded binding description for "mstar,pmsleep"
- Use the new string in the MStar v7 base dtsi

Daniel Palmer (3):
  dt-bindings: mfd: syscon: add compatible string for
    mstar,msc313-pmsleep
  dt-bindings: arm: mstar: remove the binding description for
    mstar,pmsleep
  ARM: mstar: Correct the compatible string for pmsleep

 .../bindings/arm/mstar/mstar,pmsleep.yaml     | 43 -------------------
 .../devicetree/bindings/mfd/syscon.yaml       |  1 +
 arch/arm/boot/dts/mstar-v7.dtsi               |  2 +-
 3 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml

Comments

Rob Herring July 31, 2020, 5:42 p.m. UTC | #1
On Wed, Jul 29, 2020 at 9:07 AM Daniel Palmer <daniel@0x0f.com> wrote:
>
> This fixes up the compatible string for the pmsleep register
> region based on Arnd and Rob's feedback:
>
> - Add "mstar,msc313-pmsleep" to mfd/syscon.yaml
> - Remove the unneeded binding description for "mstar,pmsleep"
> - Use the new string in the MStar v7 base dtsi
>
> Daniel Palmer (3):
>   dt-bindings: mfd: syscon: add compatible string for
>     mstar,msc313-pmsleep
>   dt-bindings: arm: mstar: remove the binding description for
>     mstar,pmsleep
>   ARM: mstar: Correct the compatible string for pmsleep
>
>  .../bindings/arm/mstar/mstar,pmsleep.yaml     | 43 -------------------
>  .../devicetree/bindings/mfd/syscon.yaml       |  1 +
>  arch/arm/boot/dts/mstar-v7.dtsi               |  2 +-
>  3 files changed, 2 insertions(+), 44 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml

For the series:

Reviewed-by: Rob Herring <robh@kernel.org>

Please get this into linux-next ASAP as mstar,pmsleep.yaml breaks
'make dt_binding_check' in linux-next.

Rob