ARM: dts: clps711x: Add keypad node

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>
This commit is contained in:
Alexander Shiyan 2021-04-05 08:16:55 +03:00 committed by Arnd Bergmann
parent 62d171bce2
commit 2bd86203ac
1 changed files with 7 additions and 0 deletions

View File

@ -182,6 +182,13 @@ syscon3: syscon@80002200 {
};
};
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>;