diff options
author | York Sun | 2015-04-28 14:23:14 -0700 |
---|---|---|
committer | York Sun | 2015-05-20 10:34:09 -0700 |
commit | d9be24c92dbb43b6bb694612fa09d9a4ed0ba1fc (patch) | |
tree | 7a3714a324c507a2abc6a14b45cc935d9a172df9 /include/fsl_immap.h | |
parent | 1c69a51cc35b6ade8df7c0309f2a2f2f5d493e9d (diff) |
driver/ddr/fsl: Remove deskew_cntrl register
This register is reserved and shouldn't have been exposed.
Accessing it may have unexpected result on different SoCs.
Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/fsl_immap.h')
-rw-r--r-- | include/fsl_immap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/fsl_immap.h b/include/fsl_immap.h index d63cc19fa15..e4addada130 100644 --- a/include/fsl_immap.h +++ b/include/fsl_immap.h @@ -87,9 +87,7 @@ struct ccsr_ddr { u32 timing_cfg_9; /* SDRAM Timing Configuration 9 */ u8 res_258[0x260-0x258]; u32 sdram_cfg_3; - u8 res_264[0x2a0-0x264]; - u32 deskew_cntl; - u8 res_2a4[0x400-0x2a4]; + u8 res_264[0x400-0x264]; u32 dq_map_0; u32 dq_map_1; u32 dq_map_2; |