mbox series

[0/3] firmware: imx: scu-pd: add fallback compatible string support

Message ID 1545148524-658-1-git-send-email-aisheng.dong@nxp.com (mailing list archive)
Headers show
Series firmware: imx: scu-pd: add fallback compatible string support | expand

Message

Aisheng Dong Dec. 18, 2018, 4:01 p.m. UTC
SCU power domain can be used in the same way by IMX8QXP and IMX8QM SoCs.
Let's add a "fsl,scu-pd" fallback compatible string to allow other SoCs
to reuse the common part.

Dong Aisheng (3):
  dt-bindings: fsl: scu: add fallback compatible string for power domain
  dt-bindings: fsl: scu: add imx8qm scu power domain support
  firmware: imx: scu-pd: add fallback compatible string support

 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 8 ++++++--
 drivers/firmware/imx/scu-pd.c                               | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

Comments

Aisheng Dong Dec. 28, 2018, 2:38 a.m. UTC | #1
Sorry, missed DT guys.

Hi Rob & Ulf,

Would you help review this patch series?

Regards
Dong Aisheng

> -----Original Message-----
> From: Aisheng Dong
> Sent: Wednesday, December 19, 2018 12:01 AM
> 
> SCU power domain can be used in the same way by IMX8QXP and IMX8QM
> SoCs.
> Let's add a "fsl,scu-pd" fallback compatible string to allow other SoCs to reuse
> the common part.
> 
> Dong Aisheng (3):
>   dt-bindings: fsl: scu: add fallback compatible string for power domain
>   dt-bindings: fsl: scu: add imx8qm scu power domain support
>   firmware: imx: scu-pd: add fallback compatible string support
> 
>  Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 8 ++++++--
>  drivers/firmware/imx/scu-pd.c                               | 1 +
>  2 files changed, 7 insertions(+), 2 deletions(-)
> 
> --
> 2.7.4
Ulf Hansson Dec. 28, 2018, 1:24 p.m. UTC | #2
On Fri, 28 Dec 2018 at 03:38, Aisheng Dong <aisheng.dong@nxp.com> wrote:
>
> Sorry, missed DT guys.
>
> Hi Rob & Ulf,
>
> Would you help review this patch series?

This is DT changes, so I didn't look until now.

>
> Regards
> Dong Aisheng
>
> > -----Original Message-----
> > From: Aisheng Dong
> > Sent: Wednesday, December 19, 2018 12:01 AM
> >
> > SCU power domain can be used in the same way by IMX8QXP and IMX8QM
> > SoCs.
> > Let's add a "fsl,scu-pd" fallback compatible string to allow other SoCs to reuse
> > the common part.
> >
> > Dong Aisheng (3):
> >   dt-bindings: fsl: scu: add fallback compatible string for power domain
> >   dt-bindings: fsl: scu: add imx8qm scu power domain support
> >   firmware: imx: scu-pd: add fallback compatible string support
> >
> >  Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 8 ++++++--
> >  drivers/firmware/imx/scu-pd.c                               | 1 +
> >  2 files changed, 7 insertions(+), 2 deletions(-)
> >
> > --
> > 2.7.4
>

For series, feel free to add:

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>

Kind regards
Uffe