Message ID | 20230613201231.2826352-1-robh@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
Series | [1/2] dt-bindings: crypto: fsl,sec-v4.0-mon: Add missing type for "linux,keycode" | expand |
On Tue, Jun 13, 2023 at 02:12:29PM -0600, Rob Herring wrote: > The "linux,keycode" property is missing a type probably because it was > confused with the common property "linux,keycodes". > > Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor.
On Tue, 13 Jun 2023 14:12:29 -0600, Rob Herring wrote: > The "linux,keycode" property is missing a type probably because it was > confused with the common property "linux,keycodes". > > Signed-off-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks!
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 286dffa0671b..6052129bf852 100644 --- a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml +++ b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml @@ -103,6 +103,7 @@ properties: wakeup-source: true linux,keycode: + $ref: /schemas/types.yaml#/definitions/uint32 default: 116 required:
The "linux,keycode" property is missing a type probably because it was confused with the common property "linux,keycodes". Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml | 1 + 1 file changed, 1 insertion(+)