Message ID | 20241025004159.1571782-2-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: soc: imx: fsl,imx-anatop: Fix the i.MX7 irq number | expand |
Hi Fabio, thanks for the patch. Am Freitag, 25. Oktober 2024, 02:41:59 CEST schrieb Fabio Estevam: > From: Fabio Estevam <festevam@denx.de> > > i.MX7 has the following anatop regulators: vdd1p0d and vdd1p2. > > i.MX6SX has the following anatop regulators: vddpcie. > > Add them to the allowed patternProperties. > > Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml > index ae708a658d52..f40c157908aa 100644 > --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml > +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml > @@ -44,7 +44,7 @@ properties: > $ref: /schemas/thermal/imx-thermal.yaml > > patternProperties: > - "regulator-((1p1)|(2p5)|(3p0)|(vddcore)|(vddpu)|(vddsoc))$": > + "regulator-((1p1)|(2p5)|(3p0)|(vdd1p0d)|(vdd1p2)|(vddcore)|(vddpcie)|(vddpu)|(vddsoc))$": > type: object > unevaluatedProperties: false > $ref: /schemas/regulator/anatop-regulator.yaml >
On Thu, Oct 24, 2024 at 09:41:59PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > i.MX7 has the following anatop regulators: vdd1p0d and vdd1p2. > > i.MX6SX has the following anatop regulators: vddpcie. > > Add them to the allowed patternProperties. > > Signed-off-by: Fabio Estevam <festevam@denx.de> > --- > Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml > index ae708a658d52..f40c157908aa 100644 > --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml > +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml > @@ -44,7 +44,7 @@ properties: > $ref: /schemas/thermal/imx-thermal.yaml > > patternProperties: > - "regulator-((1p1)|(2p5)|(3p0)|(vddcore)|(vddpu)|(vddsoc))$": > + "regulator-((1p1)|(2p5)|(3p0)|(vdd1p0d)|(vdd1p2)|(vddcore)|(vddpcie)|(vddpu)|(vddsoc))$": Perhaps to shorten a bit: (vdd(1p0d|1p2|core|pcie|pu|soc)) Either way, Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml index ae708a658d52..f40c157908aa 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml @@ -44,7 +44,7 @@ properties: $ref: /schemas/thermal/imx-thermal.yaml patternProperties: - "regulator-((1p1)|(2p5)|(3p0)|(vddcore)|(vddpu)|(vddsoc))$": + "regulator-((1p1)|(2p5)|(3p0)|(vdd1p0d)|(vdd1p2)|(vddcore)|(vddpcie)|(vddpu)|(vddsoc))$": type: object unevaluatedProperties: false $ref: /schemas/regulator/anatop-regulator.yaml