diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-02-26 13:29:34 +0100 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2024-03-05 09:50:40 -0800 |
commit | b0f3f9ab419c243389da6c0dd6a9db0eea560146 (patch) | |
tree | 39e6c54ee496baec4be3cd4981b38f46c1462ea6 | |
parent | fbd5f5008fab2203fa21e82579b9b48a7256b8fd (diff) |
dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
dtschema defines label as string, so $ref in other bindings is
redundant.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Jernej Skrabec <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml index 5efceb313879..c384bf0bb25d 100644 --- a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml +++ b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml @@ -49,7 +49,6 @@ patternProperties: $ref: input.yaml# properties: label: - $ref: /schemas/types.yaml#/definitions/string description: Descriptive name of the key linux,code: true |