diff options
author | Jason Jin <Jason.Jin@freescale.com> | 2014-10-17 15:26:32 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-11-24 09:27:23 -0800 |
commit | 644bc7ec5cee3a93ecb3adc364be6374d3f60a27 (patch) | |
tree | e122dfd0ef40ff7e36b7f4934f940f93c5e4b75c /arch/arm | |
parent | 8776cb205e25c4fdba05bd3fb13fe71973cd4c71 (diff) | |
download | u-boot-imx-644bc7ec5cee3a93ecb3adc364be6374d3f60a27.zip u-boot-imx-644bc7ec5cee3a93ecb3adc364be6374d3f60a27.tar.gz u-boot-imx-644bc7ec5cee3a93ecb3adc364be6374d3f60a27.tar.bz2 |
arm: ls102xa: Add snoop disable for slave port 0, 1 and 2
Disable the snoop for slave interface 0, 1 and 2
to avoid the interleaving on the CCI400 BUS.
Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h index b5db720..9f4fbba 100644 --- a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h +++ b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h @@ -448,6 +448,7 @@ struct ccsr_ddr { #define CCI400_CTRLORD_TERM_BARRIER 0x00000008 #define CCI400_CTRLORD_EN_BARRIER 0 +#define CCI400_SHAORD_NON_SHAREABLE 0x00000002 /* CCI-400 registers */ struct ccsr_cci400 { |