projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c69a51
)
driver/ddr/fsl: Remove deskew_cntrl register
author
York Sun
<yorksun@freescale.com>
Tue, 28 Apr 2015 21:23:14 +0000
(14:23 -0700)
committer
York Sun
<yorksun@freescale.com>
Wed, 20 May 2015 17:34:09 +0000
(10:34 -0700)
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>
include/fsl_immap.h
patch
|
blob
|
history
diff --git
a/include/fsl_immap.h
b/include/fsl_immap.h
index d63cc19fa159d0efcdc9cbf81c5f9b9a4537c77c..e4addada13045a714abe1de18643c1b02b183560 100644
(file)
--- 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;