dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name
"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>
This commit is contained in:
parent
a7ab84a591
commit
f30e04303f
|
@ -55,7 +55,7 @@ patternProperties:
|
|||
|
||||
interrupt-names: true
|
||||
|
||||
linux-keycodes:
|
||||
linux,keycodes:
|
||||
maxItems: 1
|
||||
|
||||
wakeup-source: true
|
||||
|
|
Loading…
Reference in New Issue