Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Peng Fan and committed by
Rob Herring
6d83bcf7 803184f1

+1 -1
+1 -1
Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
··· 53 53 const: 0 54 54 55 55 patternProperties: 56 - "power-domain@[0-9]$": 56 + "power-domain@[0-9a-f]+$": 57 57 type: object 58 58 additionalProperties: false 59 59