Advertisement
jglathe

Untitled

Sep 24th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. gpio-keys {
  2. compatible = "gpio-keys";
  3.  
  4. pinctrl-0 = <&hall_int_n_default>;
  5. pinctrl-names = "default";
  6.  
  7. switch-lid {
  8. gpios = <&tlmm 92 GPIO_ACTIVE_LOW>;
  9. linux,input-type = <EV_SW>;
  10. linux,code = <SW_LID>;
  11. wakeup-source;
  12. wakeup-event-action = <EV_ACT_DEASSERTED>;
  13. };
  14. };
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement