diff options
author | Peng Fan <[email protected]> | 2022-09-23 15:54:27 +0800 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-09-26 13:41:13 -0500 |
commit | 6d83bcf7826bef0e08165a692a1c2ed569840e78 (patch) | |
tree | 95b9a0c9c5f0e5b22d1f43c36589ccf73d0e6604 | |
parent | 803184f1ef815b39ec266ff25a0e7f00760e2e69 (diff) |
dt-bindings: power: gpcv2: correct patternProperties
i.MX8MQ has pgc 'power-domain@a', so correct patternProperties
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |