ARM: dts: clps711x: Add keypad node
authorAlexander Shiyan <shc_work@mail.ru>
Mon, 5 Apr 2021 05:16:55 +0000 (08:16 +0300)
committerArnd Bergmann <arnd@arndb.de>
Wed, 7 Apr 2021 12:02:58 +0000 (14:02 +0200)
This adds missing keypad node to basic clps711x DT.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Link: https://lore.kernel.org/r/20210405051658.26779-2-shc_work@mail.ru'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/ep7209.dtsi

index dacbe0d8e67abee84f04b9ab94a5e62246f5cb94..02606547bdc51d3bf8e82cdd2daddcec192d84a4 100644 (file)
                };
        };
 
+       keypad: keypad {
+               compatible = "cirrus,ep7209-keypad";
+               interrupts = <16>;
+               syscon = <&syscon1>;
+               status = "disabled";
+       };
+
        mctrl: mctrl {
                compatible = "cirrus,ep7209-mctrl-gpio";
                gpio,syscon-dev = <&syscon1 0 0>;