Skip to content

Commit

Permalink
ODROID-C2: Set disabled gpio_keys_polled and gpio_keypad.
Browse files Browse the repository at this point in the history
Change-Id: I79981abef7ca7a16ffe9d92ac0570e9c52d5f673
  • Loading branch information
codewalkerster committed Mar 20, 2017
1 parent 055b9a1 commit 100eaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/meson64_odroidc2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@
#endif

gpio_keys_polled {
status = "disabled";
compatible =
"gpio-keys-polled";
#address-cells = <1>;
Expand Down Expand Up @@ -810,7 +811,7 @@

gpio_keypad{
compatible = "amlogic, gpio_keypad";
status = "okay";
status = "disabled";
scan_period = <20>;
key_num = <1>;
key_name = "power";
Expand Down

0 comments on commit 100eaae

Please sign in to comment.