Skip to content

Commit

Permalink
dt-bindings: power: gpcv2: correct patternProperties
Browse files Browse the repository at this point in the history
i.MX8MQ has pgc 'power-domain@a', so correct patternProperties

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220923075427.985504-1-peng.fan@oss.nxp.com
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Peng Fan authored and Rob Herring committed Sep 26, 2022
1 parent 803184f commit 6d83bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ properties:
const: 0

patternProperties:
"power-domain@[0-9]$":
"power-domain@[0-9a-f]+$":
type: object
additionalProperties: false

Expand Down

0 comments on commit 6d83bcf

Please sign in to comment.