diff mbox series

dt-bindings: power: gpcv2: correct patternProperties

Message ID 20220923075427.985504-1-peng.fan@oss.nxp.com
State New
Headers show
Series dt-bindings: power: gpcv2: correct patternProperties | expand

Commit Message

Peng Fan (OSS) Sept. 23, 2022, 7:54 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

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

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

Patch

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