From: Oliver Schinagl <[email protected]>

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.
---
 a10-meminfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/a10-meminfo.c b/a10-meminfo.c
index 8fdf19d..2c815af 100644
--- a/a10-meminfo.c
+++ b/a10-meminfo.c
@@ -131,8 +131,8 @@ struct sunxi_ccm_reg {
        u32 pll6_cfg;           /* 0x28 pll6 control */
        u32 pll6_tun;           /* 0x2c pll6 tuning */
        u32 pll7_cfg;           /* 0x30 pll7 control */
-       u32 pll1_tun2;          /* 0x34 pll5 tuning2 */
        u8 res2[0x4];
+       u32 pll1_tun2;          /* 0x38 pll5 tuning2 */
        u32 pll5_tun2;          /* 0x3c pll5 tuning2 */
        u8 res3[0xc];
        u32 pll_lock_dbg;       /* 0x4c pll lock time debug */
-- 
1.7.7

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to