From: Fabio Estevam Date: Fri, 25 Oct 2024 00:41:59 +0000 (-0300) Subject: dt-bindings: soc: imx: fsl,imx-anatop: Add additional regulators X-Git-Tag: v6.13-rc1~140^2~28^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cfa8c7e95cf3488f221db98ab533d889874b2ad;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: soc: imx: fsl,imx-anatop: Add additional regulators 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 Reviewed-by: Alexander Stein Acked-by: Rob Herring (Arm) Signed-off-by: Shawn Guo --- diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml index ae708a658d522..f40c157908aa7 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