ramips: change status LED of Samsung CY-SWR1100
Use power LED for status indication and free WPS LED for other uses. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
		 Sungbo Eo
					Sungbo Eo
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							aabdf6991c
						
					
				
				
					commit
					fe6a04a8fe
				
			| @@ -10,8 +10,10 @@ | ||||
| 	model = "Samsung CY-SWR1100"; | ||||
|  | ||||
| 	aliases { | ||||
| 		led-boot = &led_wps; | ||||
| 		led-failsafe = &led_wps; | ||||
| 		led-boot = &led_power; | ||||
| 		led-failsafe = &led_power; | ||||
| 		led-running = &led_power; | ||||
| 		led-upgrade = &led_power; | ||||
| 	}; | ||||
|  | ||||
| 	nor-flash@1c000000 { | ||||
| @@ -88,7 +90,7 @@ | ||||
| 	leds { | ||||
| 		compatible = "gpio-leds"; | ||||
|  | ||||
| 		led_wps: wps { | ||||
| 		wps { | ||||
| 			label = "cy-swr1100:blue:wps"; | ||||
| 			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; | ||||
| 		}; | ||||
| @@ -100,7 +102,7 @@ | ||||
| 			linux,default-trigger = "usbport"; | ||||
| 		}; | ||||
|  | ||||
| 		power { | ||||
| 		led_power: power { | ||||
| 			label = "cy-swr1100:blue:power"; | ||||
| 			gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; | ||||
| 		}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user