Commit b4b48e02 authored by Oliver Schinagl's avatar Oliver Schinagl Committed by Alejandro Mery
Browse files

meminfo: swap PLL1 TUN2 register to proper location

PLL1_tun2 had a wrong comment (0x34) in the original and was swapped to
accomidate this position. Actually the comment was wrong and the
location right, so this patch puts pll1_tun2 to 0x38.
0x34 is now reserved.
parent 4ca86200
...@@ -131,8 +131,8 @@ struct sunxi_ccm_reg { ...@@ -131,8 +131,8 @@ struct sunxi_ccm_reg {
u32 pll6_cfg; /* 0x28 pll6 control */ u32 pll6_cfg; /* 0x28 pll6 control */
u32 pll6_tun; /* 0x2c pll6 tuning */ u32 pll6_tun; /* 0x2c pll6 tuning */
u32 pll7_cfg; /* 0x30 pll7 control */ u32 pll7_cfg; /* 0x30 pll7 control */
u32 pll1_tun2; /* 0x34 pll5 tuning2 */
u8 res2[0x4]; u8 res2[0x4];
u32 pll1_tun2; /* 0x38 pll5 tuning2 */
u32 pll5_tun2; /* 0x3c pll5 tuning2 */ u32 pll5_tun2; /* 0x3c pll5 tuning2 */
u8 res3[0xc]; u8 res3[0xc];
u32 pll_lock_dbg; /* 0x4c pll lock time debug */ u32 pll_lock_dbg; /* 0x4c pll lock time debug */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment