mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-11-03 20:07:59 +00:00 
			
		
		
		
	ipq807x: fix reset button on wf666a
Fixes: WIFI-12591 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		@@ -433,8 +433,8 @@
 | 
				
			|||||||
		};
 | 
							};
 | 
				
			||||||
		reset {
 | 
							reset {
 | 
				
			||||||
			label = "reset";
 | 
								label = "reset";
 | 
				
			||||||
			linux,code = <KEY_POWER>;
 | 
								linux,code = <KEY_RESTART>;
 | 
				
			||||||
			gpios = <&tlmm 19 GPIO_ACTIVE_LOW>;
 | 
								gpios = <&tlmm 19 GPIO_ACTIVE_HIGH>;
 | 
				
			||||||
			linux,input-type = <1>;
 | 
								linux,input-type = <1>;
 | 
				
			||||||
			debounce-interval = <60>;
 | 
								debounce-interval = <60>;
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user