]> git.sur5r.net Git - u-boot/commit
arm,imx6: fix PAD_CTL_SPEED_LOW constant
authorMark Jonas <mark.jonas@de.bosch.com>
Mon, 16 Apr 2018 16:11:50 +0000 (18:11 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 26 Apr 2018 06:55:42 +0000 (08:55 +0200)
commit5ebf9ad96c31d88b6dedc6dd1efa043fd882d044
tree0c106f47efd1924c7bfa60f418bb43099ab1a586
parentbb96a08d5b48f0ee3415619c2119d7153de1d0c2
arm,imx6: fix PAD_CTL_SPEED_LOW constant

For most i.MX6 processors the PAD_CTL_SPEED_LOW constant is the same.
Only the i.MX6 SoloLite is an exemption. So far the code did not
consider that. Additionally, for a few i.MX6 processors the code used
the wrong value for the constant.

This patch fixes the PAD_CTL_SPEED_LOW constant for:
 - i.MX6 Solo [1]
 - i.MX6 DualLite [1]
 - i.MX6 Dual [2]
 - i.MX6 Quad [2]
 - i.MX6 DualPlus [3]
 - i.MX6 QuadPlus [3]

Before, it was already correct for:
 - i.MX6 SoloLite [4]
 - i.MX6 SoloX [5]
 - i.MX6 UtraLite [6]
 - i.MX6 ULL [7]

[1] https://www.nxp.com/docs/en/reference-manual/IMX6SDLRM.pdf
[2] https://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf
[3] https://www.nxp.com/docs/en/reference-manual/iMX6DQPRM.pdf
[4] https://www.nxp.com/docs/en/reference-manual/IMX6SLRM.pdf
[5] https://www.nxp.com/docs/en/reference-manual/IMX6SXRM.pdf
[6] https://www.nxp.com/docs/en/reference-manual/IMX6ULRM.pdf
[7] https://www.nxp.com/docs/en/reference-manual/IMX6ULLRM.pdf

Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/arm/include/asm/mach-imx/iomux-v3.h