diff options
author | Rob Herring <robh@kernel.org> | 2023-06-13 22:12:30 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-06-15 19:27:08 +0200 |
commit | 0778a2e9b35c00197db1df957dcb46853eead95f (patch) | |
tree | 8b7832cf3afdfba1eaec982dc3f58dd68cb7e137 /Documentation/devicetree/bindings | |
parent | dt-bindings: crypto: fsl,sec-v4.0-mon: Add missing type for "linux,keycode" (diff) | |
download | linux-0778a2e9b35c00197db1df957dcb46853eead95f.tar.xz linux-0778a2e9b35c00197db1df957dcb46853eead95f.zip |
dt-bindings: crypto: fsl,sec-v4.0-mon: Add "linux,keycodes" and deprecate "linux,keycode"
The "linux,keycode" property is non-standard. Add the common property
"linux,keycodes" and mark "linux,keycode" deprecated so that the mistake
is not propagated.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230613201231.2826352-2-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml index 6052129bf852..e879bc0be8e2 100644 --- a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml +++ b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml @@ -105,6 +105,11 @@ properties: linux,keycode: $ref: /schemas/types.yaml#/definitions/uint32 default: 116 + deprecated: true + + linux,keycodes: + maxItems: 1 + default: 116 required: - compatible |