Modify ↓
Opened 2 years ago
#21347 new defect
Astoria ARV7519RW22 wrong gpio numbers for buttons
Reported by: | howl | Owned by: | developers |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | base system | Version: | Trunk |
Keywords: | Cc: |
Description
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
Attachments (0)
Note: See
TracTickets for help on using
tickets.