Hi Stefan, > From: Stefan Agner <[email protected]> > > According to the data sheet bits 10-8 are PHYDRAM_CK_EN. Fix mask > to allow setting PHYDRAM_CK_EN correctly. > > Signed-off-by: Stefan Agner <[email protected]> > Acked-by: Marcel Ziswiler <[email protected]> > --- > > arch/arm/include/asm/arch-vf610/imx-regs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/include/asm/arch-vf610/imx-regs.h > b/arch/arm/include/asm/arch-vf610/imx-regs.h index > 08ba8e94f8..b7374bfb8f 100644 --- > a/arch/arm/include/asm/arch-vf610/imx-regs.h +++ > b/arch/arm/include/asm/arch-vf610/imx-regs.h @@ -239,7 +239,7 @@ > #define DDRMC_CR132_RDLAT_ADJ(v) ((v) & 0x3f) > #define DDRMC_CR137_PHYCTL_DL(v) (((v) & 0xf) > << 16) #define DDRMC_CR138_PHY_WRLV_MXDL(v) > (((v) & 0xffff) << 16) -#define > DDRMC_CR138_PHYDRAM_CK_EN(v) (((v) & 0x8) << > 8) +#define DDRMC_CR138_PHYDRAM_CK_EN(v) (((v) > & 0x7) << 8) #define > DDRMC_CR139_PHY_WRLV_RESPLAT(v) (((v) & 0xff) > << 24) #define DDRMC_CR139_PHY_WRLV_LOAD(v) > (((v) & 0xff) << 16) #define > DDRMC_CR139_PHY_WRLV_DLL(v) (((v) & 0xff) << 8)
Reviewed-by: Lukasz Majewski <[email protected]> Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: [email protected]
pgpbQkn6hgj6Y.pgp
Description: OpenPGP digital signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

