mvebu: LS421DE: improve the HDD leds
Improve the HDD LEDs used for disk activity: - Use the trigger activity per ata channel Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
This commit is contained in:
		 Daniel González Cabanelas
					Daniel González Cabanelas
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							fe1f11ce32
						
					
				
				
					commit
					4e885dd90a
				
			| @@ -153,14 +153,14 @@ | |||||||
| 			label = "ls421de:red:hdd1"; | 			label = "ls421de:red:hdd1"; | ||||||
| 			gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>; | 			gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>; | ||||||
| 			default-state = "off"; | 			default-state = "off"; | ||||||
| 			linux,default-trigger = "disk-activity"; | 			linux,default-trigger = "ata1"; | ||||||
| 		}; | 		}; | ||||||
|  |  | ||||||
| 		hdd2_red { | 		hdd2_red { | ||||||
| 			label = "ls421de:red:hdd2"; | 			label = "ls421de:red:hdd2"; | ||||||
| 			gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>; | 			gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>; | ||||||
| 			default-state = "off"; | 			default-state = "off"; | ||||||
| 			linux,default-trigger = "disk-activity"; | 			linux,default-trigger = "ata2"; | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user