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>