[PATCH] dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name

Rob Herring robh at kernel.org
Tue Jun 13 13:10:40 PDT 2023


"linux-keycodes" is the wrong property name and is unused. It should be
"linux,keycodes" instead.

Signed-off-by: Rob Herring <robh at kernel.org>
---
 Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
index 037c3ae9f1c3..e34c9e78d38d 100644
--- a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
+++ b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
@@ -55,7 +55,7 @@ patternProperties:
 
       interrupt-names: true
 
-      linux-keycodes:
+      linux,keycodes:
         maxItems: 1
 
       wakeup-source: true
-- 
2.39.2




More information about the Linux-mediatek mailing list