diff mbox series

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

Message ID 20230613201040.2823802-1-robh@kernel.org (mailing list archive)
State New, archived
Headers show
Series dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name | expand

Commit Message

Rob Herring (Arm) June 13, 2023, 8:10 p.m. UTC
"linux-keycodes" is the wrong property name and is unused. It should be
"linux,keycodes" instead.

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

Comments

Conor Dooley June 13, 2023, 9:04 p.m. UTC | #1
On Tue, Jun 13, 2023 at 02:10:40PM -0600, Rob Herring wrote:
> "linux-keycodes" is the wrong property name and is unused. It should be
> "linux,keycodes" instead.

Nothing in-tree at least, looks like they use the correct property
already.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.
Rob Herring (Arm) June 26, 2023, 4:25 p.m. UTC | #2
On Tue, 13 Jun 2023 14:10:40 -0600, Rob Herring wrote:
> "linux-keycodes" is the wrong property name and is unused. It should be
> "linux,keycodes" instead.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
diff mbox series

Patch

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