[PATCH] dt-bindings: power: gpcv2: correct patternProperties

Peng Fan (OSS) peng.fan at oss.nxp.com
Fri Sep 23 00:54:27 PDT 2022


From: Peng Fan <peng.fan at nxp.com>

i.MX8MQ has pgc 'power-domain at a', so correct patternProperties

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
index 3b161e01f920..58022ae7d5dd 100644
--- a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
+++ b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
@@ -53,7 +53,7 @@ properties:
         const: 0
 
     patternProperties:
-      "power-domain@[0-9]$":
+      "power-domain@[0-9a-f]+$":
         type: object
         additionalProperties: false
 
-- 
2.37.1




More information about the linux-arm-kernel mailing list