ARM: uniphier: fix addresses of Cortex-A72 gear setting macros
My mistake during copy-paste work. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
		
							parent
							
								
									935e09cdcb
								
							
						
					
					
						commit
						0bd203bbd1
					
				|  | @ -63,9 +63,9 @@ | ||||||
| #define   SC_CLKCTRL7_UMC31		(1 << 1) | #define   SC_CLKCTRL7_UMC31		(1 << 1) | ||||||
| #define   SC_CLKCTRL7_UMC30		(1 << 0) | #define   SC_CLKCTRL7_UMC30		(1 << 0) | ||||||
| 
 | 
 | ||||||
| #define SC_CA72_GEARST		(SC_BASE_ADDR | 0x8080) | #define SC_CA72_GEARST		(SC_BASE_ADDR | 0x8000) | ||||||
| #define SC_CA72_GEARSET		(SC_BASE_ADDR | 0x8084) | #define SC_CA72_GEARSET		(SC_BASE_ADDR | 0x8004) | ||||||
| #define SC_CA72_GEARUPD		(SC_BASE_ADDR | 0x8088) | #define SC_CA72_GEARUPD		(SC_BASE_ADDR | 0x8008) | ||||||
| #define SC_CA53_GEARST		(SC_BASE_ADDR | 0x8080) | #define SC_CA53_GEARST		(SC_BASE_ADDR | 0x8080) | ||||||
| #define SC_CA53_GEARSET		(SC_BASE_ADDR | 0x8084) | #define SC_CA53_GEARSET		(SC_BASE_ADDR | 0x8084) | ||||||
| #define SC_CA53_GEARUPD		(SC_BASE_ADDR | 0x8088) | #define SC_CA53_GEARUPD		(SC_BASE_ADDR | 0x8088) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue