Skip to content

Commit 6d83bcf

Browse files
MrVanrobherring
authored andcommitted
dt-bindings: power: gpcv2: correct patternProperties
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>
1 parent 803184f commit 6d83bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ properties:
5353
const: 0
5454

5555
patternProperties:
56-
"power-domain@[0-9]$":
56+
"power-domain@[0-9a-f]+$":
5757
type: object
5858
additionalProperties: false
5959

0 commit comments

Comments
 (0)