ARM: imx: ddr: Fill in missing DDRC ZQCTLx on i.MX7
authorMarek Vasut <marex@denx.de>
Thu, 21 May 2020 23:12:39 +0000 (01:12 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Jun 2020 15:44:06 +0000 (17:44 +0200)
commitcb82ee25f76757ff07d3d42a10e3432af40e0a64
treeddcb8dd4a0abf35cd14cec6d6ccb53d4797e0869
parentfb0b862e81afd60ee788ac4c8edfddf034d6dd47
ARM: imx: ddr: Fill in missing DDRC ZQCTLx on i.MX7

The iMX7 defines further DDRC ZQCTLx registers, however those were
thus far missing from the list of registers and not programmed. On
systems with LPDDR2 or DDR3, those registers must be programmed with
correct values, otherwise the DRAM may not work. However, existing
systems which worked without programming these registers before are
now setting those registers to 0, which is the default value, so no
functional change there.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mx7/mx7-ddr.h
arch/arm/mach-imx/mx7/ddr.c