 92b3efec54
			
		
	
	92b3efec54
	
	
	
		
			
			Sort patches according to target/linux/generic/PATCHES. Additionally: - replace hashes in backported patches with the ones from main Linux tree - add descriptions to some patches Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> [remove 004-add_sata_disk_activity_trigger.patch separately] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/arch/arm/boot/dts/armada-385-linksys.dtsi
 | |
| +++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
 | |
| @@ -14,6 +14,13 @@
 | |
|  	compatible = "linksys,armada385", "marvell,armada385",
 | |
|  		     "marvell,armada380";
 | |
|  
 | |
| +	aliases {
 | |
| +		led-boot = &led_power;
 | |
| +		led-failsafe = &led_power;
 | |
| +		led-running = &led_power;
 | |
| +		led-upgrade = &led_power;
 | |
| +	};
 | |
| +
 | |
|  	chosen {
 | |
|  		stdout-path = "serial0:115200n8";
 | |
|  	};
 | |
| @@ -71,7 +78,7 @@
 | |
|  		pinctrl-0 = <&gpio_leds_pins>;
 | |
|  		pinctrl-names = "default";
 | |
|  
 | |
| -		power {
 | |
| +		led_power: power {
 | |
|  			gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
 | |
|  			default-state = "on";
 | |
|  		};
 | |
| --- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
 | |
| +++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
 | |
| @@ -26,6 +26,13 @@
 | |
|  	compatible = "linksys,mamba", "marvell,armadaxp-mv78230",
 | |
|  		     "marvell,armadaxp", "marvell,armada-370-xp";
 | |
|  
 | |
| +	aliases {
 | |
| +		led-boot = &led_power;
 | |
| +		led-failsafe = &led_power;
 | |
| +		led-running = &led_power;
 | |
| +		led-upgrade = &led_power;
 | |
| +	};
 | |
| +
 | |
|  	chosen {
 | |
|  		bootargs = "console=ttyS0,115200";
 | |
|  		stdout-path = &uart0;
 | |
| @@ -197,7 +204,7 @@
 | |
|  		pinctrl-0 = <&power_led_pin>;
 | |
|  		pinctrl-names = "default";
 | |
|  
 | |
| -		power {
 | |
| +		led_power: power {
 | |
|  			label = "mamba:white:power";
 | |
|  			gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
 | |
|  			default-state = "on";
 |