mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	lantiq: fix ARV452CQW button gpio setup
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		
							parent
							
								
									d5143a49b7
								
							
						
					
					
						commit
						d57990e071
					
				@ -152,19 +152,19 @@
 | 
			
		||||
		#size-cells = <0>;
 | 
			
		||||
		poll-interval = <100>;
 | 
			
		||||
 | 
			
		||||
		rfkill {
 | 
			
		||||
			label = "rfkill";
 | 
			
		||||
			gpios = <&gpio 11 1>;
 | 
			
		||||
			linux,code = <0xf7>;
 | 
			
		||||
		};
 | 
			
		||||
		wps {
 | 
			
		||||
			label = "wps";
 | 
			
		||||
			gpios = <&gpio 11 1>;
 | 
			
		||||
			gpios = <&gpio 29 1>;
 | 
			
		||||
			linux,code = <0x101>;
 | 
			
		||||
		};
 | 
			
		||||
		restart {
 | 
			
		||||
			label = "restart";
 | 
			
		||||
			gpios = <&gpio 12 1>;
 | 
			
		||||
			linux,code = <0x110>;
 | 
			
		||||
		};
 | 
			
		||||
		reset {
 | 
			
		||||
			label = "reset";
 | 
			
		||||
			gpios = <&gpio 28 1>;
 | 
			
		||||
			gpios = <&gpio 30 1>;
 | 
			
		||||
			linux,code = <0x198>;
 | 
			
		||||
		};
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user