mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	ARM: dts: armada: replace isil, irq2-can-wakeup-machine with wakeup-source property
Though the driver will continue to check for and support the legacy "isil,irq2-can-wakeup-machine" boolean property to wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "isil,irq2-can-wakeup-machine" with the unified "wakeup-source" property in order to avoid any futher copy-paste duplication. Cc: Jason Cooper <jason@lakedaemon.net> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Gregory Clement <gregory.clement@free-electrons.com> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
		
							parent
							
								
									ce9981bd63
								
							
						
					
					
						commit
						8b44f5be20
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -127,7 +127,7 @@ i2c@11000 {
 | 
				
			||||||
				isl12057: isl12057@68 {
 | 
									isl12057: isl12057@68 {
 | 
				
			||||||
					compatible = "isil,isl12057";
 | 
										compatible = "isil,isl12057";
 | 
				
			||||||
					reg = <0x68>;
 | 
										reg = <0x68>;
 | 
				
			||||||
					isil,irq2-can-wakeup-machine;
 | 
										wakeup-source;
 | 
				
			||||||
				};
 | 
									};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				g762: g762@3e {
 | 
									g762: g762@3e {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -133,7 +133,7 @@ i2c@11000 {
 | 
				
			||||||
				isl12057: isl12057@68 {
 | 
									isl12057: isl12057@68 {
 | 
				
			||||||
					compatible = "isil,isl12057";
 | 
										compatible = "isil,isl12057";
 | 
				
			||||||
					reg = <0x68>;
 | 
										reg = <0x68>;
 | 
				
			||||||
					isil,irq2-can-wakeup-machine;
 | 
										wakeup-source;
 | 
				
			||||||
				};
 | 
									};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				g762: g762@3e {
 | 
									g762: g762@3e {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -141,7 +141,7 @@ g751: g751@4c {
 | 
				
			||||||
				isl12057: isl12057@68 {
 | 
									isl12057: isl12057@68 {
 | 
				
			||||||
					compatible = "isil,isl12057";
 | 
										compatible = "isil,isl12057";
 | 
				
			||||||
					reg = <0x68>;
 | 
										reg = <0x68>;
 | 
				
			||||||
					isil,irq2-can-wakeup-machine;
 | 
										wakeup-source;
 | 
				
			||||||
				};
 | 
									};
 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue