Re: [PATCH] dt-bindings: input: use generic node names
From: Rob Herring <robh@kernel.org>
Date: 2022-05-26 02:20:34
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2022-05-26 02:20:34
Also in:
linux-devicetree, lkml
On Tue, 24 May 2022 11:31:36 +0200, Krzysztof Kozlowski wrote:
Devicetree specification expects nodes to have generic names, if possible, so replace custom ones with something generic. For gpio-keys, the more popular format is "key-xxx" instead of "xxx-key", so choose the first one. Signed-off-by: Krzysztof Kozlowski <redacted> --- Cc: Andreas Kemnade <andreas@kemnade.info> --- .../devicetree/bindings/input/fsl,mpr121-touchkey.yaml | 4 ++-- Documentation/devicetree/bindings/input/gpio-keys.yaml | 4 ++-- Documentation/devicetree/bindings/input/iqs269a.yaml | 2 +- Documentation/devicetree/bindings/input/iqs626a.yaml | 2 +- .../devicetree/bindings/input/microchip,cap11xx.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>