diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-04-02 18:17:11 -0500 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:05:41 +0800 |
commit | 26cd1312117d87f1b3e74a0316853902b5a460ac (patch) | |
tree | a0453b50efc6a388b9048eeadafb6b6f899c43d5 /include | |
parent | 6da68bd152dc659dde382e6327d939ec41467537 (diff) | |
download | u-boot-imx-26cd1312117d87f1b3e74a0316853902b5a460ac.zip u-boot-imx-26cd1312117d87f1b3e74a0316853902b5a460ac.tar.gz u-boot-imx-26cd1312117d87f1b3e74a0316853902b5a460ac.tar.bz2 |
MLK-10566: arm :imx7d: fix iomuxc-lpsr daisy chain settings
* For IOMUXC LPSR pads when daisy chain register needs to be set the
result offsets for sel_input register is incorrect as base address is
0x302C0000 and the passed offset does not resolve to the intended input
sel pad register; input sel base offset should start in 0x30330000.
* Add an addiotional fixed offset of 0x70000 to address the
input sel offset:
INPUT_SEL = 0x302C0000 + 0x70000 + sel_input_ofs.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit 5d4612613eb2e85f1929d8cf5cb6aac6ba9e5fd7)
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions