mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	ARM: sunxi: dt: Update the watchdog compatibles
The watchdog compatibles were following a different pattern than the one found in the other devices. Now that the driver supports the right pattern, switch to it in the DT. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
		
							parent
							
								
									1cff74027c
								
							
						
					
					
						commit
						ca5d04d908
					
				
					 5 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -539,7 +539,7 @@
 | 
			
		|||
		};
 | 
			
		||||
 | 
			
		||||
		wdt: watchdog@01c20c90 {
 | 
			
		||||
			compatible = "allwinner,sun4i-wdt";
 | 
			
		||||
			compatible = "allwinner,sun4i-a10-wdt";
 | 
			
		||||
			reg = <0x01c20c90 0x10>;
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -461,7 +461,7 @@
 | 
			
		|||
		};
 | 
			
		||||
 | 
			
		||||
		wdt: watchdog@01c20c90 {
 | 
			
		||||
			compatible = "allwinner,sun4i-wdt";
 | 
			
		||||
			compatible = "allwinner,sun4i-a10-wdt";
 | 
			
		||||
			reg = <0x01c20c90 0x10>;
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -425,7 +425,7 @@
 | 
			
		|||
		};
 | 
			
		||||
 | 
			
		||||
		wdt: watchdog@01c20c90 {
 | 
			
		||||
			compatible = "allwinner,sun4i-wdt";
 | 
			
		||||
			compatible = "allwinner,sun4i-a10-wdt";
 | 
			
		||||
			reg = <0x01c20c90 0x10>;
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -310,7 +310,7 @@
 | 
			
		|||
		};
 | 
			
		||||
 | 
			
		||||
		wdt1: watchdog@01c20ca0 {
 | 
			
		||||
			compatible = "allwinner,sun6i-wdt";
 | 
			
		||||
			compatible = "allwinner,sun6i-a31-wdt";
 | 
			
		||||
			reg = <0x01c20ca0 0x20>;
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -660,7 +660,7 @@
 | 
			
		|||
		};
 | 
			
		||||
 | 
			
		||||
		wdt: watchdog@01c20c90 {
 | 
			
		||||
			compatible = "allwinner,sun4i-wdt";
 | 
			
		||||
			compatible = "allwinner,sun4i-a10-wdt";
 | 
			
		||||
			reg = <0x01c20c90 0x10>;
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue