mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
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>
This commit is contained in:
@@ -53,7 +53,7 @@ properties:
|
||||
const: 0
|
||||
|
||||
patternProperties:
|
||||
"power-domain@[0-9]$":
|
||||
"power-domain@[0-9a-f]+$":
|
||||
type: object
|
||||
additionalProperties: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user