dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name
authorRob Herring <robh@kernel.org>
Tue, 13 Jun 2023 20:10:40 +0000 (14:10 -0600)
committerRob Herring <robh@kernel.org>
Mon, 26 Jun 2023 16:26:52 +0000 (10:26 -0600)
"linux-keycodes" is the wrong property name and is unused. It should be
"linux,keycodes" instead.

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230613201040.2823802-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml

index 037c3ae9f1c33748c8a6fa506afc05419ea2fd7b..e34c9e78d38d8c0d65043ec24438681fe59119ef 100644 (file)
@@ -55,7 +55,7 @@ patternProperties:
 
       interrupt-names: true
 
-      linux-keycodes:
+      linux,keycodes:
         maxItems: 1
 
       wakeup-source: true