mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	ARM: tegra: Fix unit address for Cortex-A9 TWD timer
The Cortex-A9 TWD timer has registers at address 0x50040600, but the unit address was 50004600, most likely a typo. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
		
							parent
							
								
									de47699d00
								
							
						
					
					
						commit
						2cda1880f8
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -140,7 +140,7 @@ | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
| 
 | 
 | ||||||
| 	timer@50004600 { | 	timer@50040600 { | ||||||
| 		compatible = "arm,cortex-a9-twd-timer"; | 		compatible = "arm,cortex-a9-twd-timer"; | ||||||
| 		reg = <0x50040600 0x20>; | 		reg = <0x50040600 0x20>; | ||||||
| 		interrupts = <GIC_PPI 13 | 		interrupts = <GIC_PPI 13 | ||||||
|  |  | ||||||
|  | @ -225,7 +225,7 @@ | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
| 
 | 
 | ||||||
| 	timer@50004600 { | 	timer@50040600 { | ||||||
| 		compatible = "arm,cortex-a9-twd-timer"; | 		compatible = "arm,cortex-a9-twd-timer"; | ||||||
| 		reg = <0x50040600 0x20>; | 		reg = <0x50040600 0x20>; | ||||||
| 		interrupts = <GIC_PPI 13 | 		interrupts = <GIC_PPI 13 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Thierry Reding
						Thierry Reding