diff options
author | Rob Herring <robh@kernel.org> | 2022-05-19 23:14:11 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-23 18:53:30 +0200 |
commit | 4e71ed985389ce213003927cfa65c1352e70396c (patch) | |
tree | 6095d665a55b79ae67f76bf05551b8e78daee3ac /Documentation/devicetree/bindings/input | |
parent | Revert "dt-bindings: mailbox: qcom-ipcc: add missing properties into example" (diff) | |
download | linux-4e71ed985389ce213003927cfa65c1352e70396c.tar.xz linux-4e71ed985389ce213003927cfa65c1352e70396c.zip |
dt-bindings: Fix properties without any type
Now that the schema tools can extract type information for all
properties (in order to decode dtb files), finding properties missing
any type definition is fairly trivial though not yet automated.
Fix the various property schemas which are missing a type. Most of these
tend to be device specific properties which don't have a vendor prefix.
A vendor prefix is how we normally ensure a type is defined.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org> # for everything in .../bindings/display/
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Peter Rosin <peda@axentia.se>
Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20220519211411.2200720-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r-- | Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml b/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml index e8f137abb03c..aa61fe64be63 100644 --- a/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml +++ b/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml @@ -31,6 +31,7 @@ properties: type: boolean function-row-physmap: + $ref: /schemas/types.yaml#/definitions/uint32-array minItems: 1 maxItems: 15 description: | |