* [U-Boot] [PATCH] driver/ddr/fsl: Remove deskew_cntrl register
@ 2015-04-28 21:23 York Sun
2015-05-22 20:57 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: York Sun @ 2015-04-28 21:23 UTC (permalink / raw)
To: u-boot
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;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] driver/ddr/fsl: Remove deskew_cntrl register
2015-04-28 21:23 [U-Boot] [PATCH] driver/ddr/fsl: Remove deskew_cntrl register York Sun
@ 2015-05-22 20:57 ` York Sun
0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2015-05-22 20:57 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-22 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 21:23 [U-Boot] [PATCH] driver/ddr/fsl: Remove deskew_cntrl register York Sun
2015-05-22 20:57 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox