Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gpio-keys {
- compatible = "gpio-keys";
- pinctrl-0 = <&hall_int_n_default>;
- pinctrl-names = "default";
- switch-lid {
- gpios = <&tlmm 92 GPIO_ACTIVE_LOW>;
- linux,input-type = <EV_SW>;
- linux,code = <SW_LID>;
- wakeup-source;
- wakeup-event-action = <EV_ACT_DEASSERTED>;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement