#21347: Astoria ARV7519RW22 wrong gpio numbers for buttons
-------------------------+------------------------
 Reporter:  howl         |      Owner:  developers
     Type:  defect       |     Status:  new
 Priority:  high         |  Milestone:
Component:  base system  |    Version:  Trunk
 Keywords:               |
-------------------------+------------------------
 The buttons are:
 {{{
 reset    6  LOW
 rfkill  33  LOW
 wps     37  LOW
 }}}

 But in the ARV7519RW22.dts are defined as follow:
 {{{
  179         gpio-keys-polled {
  180                 compatible = "gpio-keys-polled";
  181                 #address-cells = <1>;
  182                 #size-cells = <0>;
  183                 poll-interval = <100>;
  184
  185                 wps {
  186                         label = "wps";
  187                         gpios = <&gpio 20 1>;
  188                         linux,code = <0x211>;
  189                 };
  190                 reset {
  191                         label = "reset";
  192                         gpios = <&gpio 22 1>;
  193                         linux,code = <0x198>;
  194                 };
  195                 rfkill {
  196                         label = "rfkill";
  197                         gpios = <&gpio 45 1>;
  198                         linux,code = <0xf7>;
  199                 };
  200         };
 }}}

 Reported from http://foro.seguridadwireless.net/openwrt/%28desarrollo%29
 -openwrt-en-astoria-arv7519rw22-livebox-2-1/msg339386/#msg339386 and
 confirmed here http://foro.seguridadwireless.net/openwrt/%28desarrollo%29
 -openwrt-en-astoria-arv7519rw22-livebox-2-1/msg339401/#msg339401

--
Ticket URL: <https://dev.openwrt.org/ticket/21347>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to