]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: mfd: ti,j721e-system-controller: Fix incorrect pattern property
authorRob Herring <robh@kernel.org>
Fri, 2 Oct 2020 23:06:06 +0000 (18:06 -0500)
committerRob Herring <robh@kernel.org>
Mon, 5 Oct 2020 12:59:47 +0000 (07:59 -0500)
commitc99254b7f48d8a62e6a2e3aa0237d05fbbf39718
tree323c44cd86f3ecd3f7d37eafb2f58af18c8aeb66
parent69b93a9a2252dbf90aaaeaeddd818769f4a9b853
dt-bindings: mfd: ti,j721e-system-controller: Fix incorrect pattern property

Pattern properties go under 'patternProperties', not 'properties'.
Otherwise, the pattern is treated as a literal string.

A corresponding meta-schema check has been added to catch bad DT property
names like this.

Fixes: 6aeff591b658 ("dt-bindings: mfd: ti,j721e-system-controller.yaml: Add J721e system controller")
Cc: Roger Quadros <rogerq@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201002230606.3522954-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml