diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-03-14 17:59:53 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2024-03-15 19:57:36 +0300 |
commit | 7e98fe49f8896cc60c2a88c60bc535aa3e0e2564 (patch) | |
tree | a507df6063d1d809eb48acc871a8e1cc615c3229 | |
parent | 2056b282ad191589e4ceb5a8fdab639b9549edc6 (diff) | |
download | linux-7e98fe49f8896cc60c2a88c60bc535aa3e0e2564.tar.xz |
dt-bindings: soc: imx: fsl,imx-anatop: add imx6q regulators
imx6q has additional regulators compared to imx6ul. Add them to the list
of allowed patterns.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240314145953.2957313-1-alexander.stein@ew.tq-group.com
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml index 5a59e3470510..c4ae4f28422b 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml @@ -43,7 +43,7 @@ properties: $ref: /schemas/thermal/imx-thermal.yaml patternProperties: - "regulator-((3p0)|(vddcore)|(vddsoc))$": + "regulator-((1p1)|(2p5)|(3p0)|(vddcore)|(vddpu)|(vddsoc))$": type: object unevaluatedProperties: false $ref: /schemas/regulator/anatop-regulator.yaml |