Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: input: mtk-pmic-keys: add MT6358 binding definition

Add the binding documentation of the mtk-pmic-keys for the MT6358 PMICs.

MT6358 is a little different since it used separate IRQs for the
release key (_r) event

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220121140323.4080640-3-mkorpershoek@baylibre.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Mattijs Korpershoek and committed by
Dmitry Torokhov
41799efd f4e09e8b

+4 -1
+4 -1
Documentation/devicetree/bindings/input/mtk-pmic-keys.txt
··· 9 9 Documentation/devicetree/bindings/mfd/mt6397.txt 10 10 11 11 Required properties: 12 - - compatible: "mediatek,mt6397-keys" or "mediatek,mt6323-keys" 12 + - compatible: Should be one of: 13 + - "mediatek,mt6397-keys" 14 + - "mediatek,mt6323-keys" 15 + - "mediatek,mt6358-keys" 13 16 - linux,keycodes: See Documentation/devicetree/bindings/input/input.yaml 14 17 15 18 Optional Properties: