[U-Boot] [PATCH] 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 --- include/fsl_immap.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/fsl_immap.h b/include/fsl_immap.h index d63cc19..e4addad 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;

On 04/28/2015 02:23 PM, York Sun wrote:
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
Applied to u-boot-fsl-qoriq master. Awaiting upstream.
York
participants (1)
-
York Sun