1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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

View file

@ -182,6 +182,13 @@
};
};
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>;