Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <festevam@denx.de>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
4cfa8c7e 644cb51e

+1 -1
+1 -1
Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml
··· 44 44 $ref: /schemas/thermal/imx-thermal.yaml 45 45 46 46 patternProperties: 47 - "regulator-((1p1)|(2p5)|(3p0)|(vddcore)|(vddpu)|(vddsoc))$": 47 + "regulator-((1p1)|(2p5)|(3p0)|(vdd1p0d)|(vdd1p2)|(vddcore)|(vddpcie)|(vddpu)|(vddsoc))$": 48 48 type: object 49 49 unevaluatedProperties: false 50 50 $ref: /schemas/regulator/anatop-regulator.yaml