diff mbox series

[1/1] dt-bindings: soc: imx: fsl,imx-anatop: add imx6q regulators

Message ID 20240314145953.2957313-1-alexander.stein@ew.tq-group.com
State Accepted
Headers show
Series [1/1] dt-bindings: soc: imx: fsl,imx-anatop: add imx6q regulators | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied fail build log

Commit Message

Alexander Stein March 14, 2024, 2:59 p.m. UTC
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>
---
Commit 465c7756d1ff ("dt-bindings: soc: imx: fsl,imx-anatop: add binding")
only added regulators for imx6ul. I'm not sure if this warrants a Fixes
tag.

 Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski March 15, 2024, 8:34 a.m. UTC | #1
On 14/03/2024 15:59, Alexander Stein wrote:
> 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>
> ---
> Commit 465c7756d1ff ("dt-bindings: soc: imx: fsl,imx-anatop: add binding")
> only added regulators for imx6ul. I'm not sure if this warrants a Fixes
> tag.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Rob Herring (Arm) March 15, 2024, 3:20 p.m. UTC | #2
On Thu, 14 Mar 2024 15:59:53 +0100, Alexander Stein wrote:
> 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>
> ---
> Commit 465c7756d1ff ("dt-bindings: soc: imx: fsl,imx-anatop: add binding")
> only added regulators for imx6ul. I'm not sure if this warrants a Fixes
> tag.
> 
>  Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
diff mbox series

Patch

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