Message ID | 1600224517-31465-2-git-send-email-peng.fan@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | imx: support i.MX7ULP HSRUN mode | expand |
> From: Peng Fan <peng.fan@nxp.com> > Sent: Wednesday, September 16, 2020 10:49 AM > > Update fsl,imx7ulp-pm.yaml to include pmc > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > --- > .../devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git > a/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml > b/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml > index 3b26040f8f18..28ebaa8b1d1e 100644 > --- a/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml > +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml > @@ -23,7 +23,11 @@ description: | > > properties: > compatible: > - const: fsl,imx7ulp-smc1 > + items: > + - enum: > + - fsl,imx7ulp-smc1 > + - fsl,imx7ulp-pmc0 > + - fsl,imx7ulp-pmc1 Could you add Description for each of them? Regards Aisheng > > reg: > maxItems: 1 > -- > 2.28.0
diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml b/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml index 3b26040f8f18..28ebaa8b1d1e 100644 --- a/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml @@ -23,7 +23,11 @@ description: | properties: compatible: - const: fsl,imx7ulp-smc1 + items: + - enum: + - fsl,imx7ulp-smc1 + - fsl,imx7ulp-pmc0 + - fsl,imx7ulp-pmc1 reg: maxItems: 1