Commit 2bd86203 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Arnd Bergmann

ARM: dts: clps711x: Add keypad node

This adds missing keypad node to basic clps711x DT.
Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Link: https://lore.kernel.org/r/20210405051658.26779-2-shc_work@mail.ru'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 62d171bc
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment