diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-04-02 18:17:11 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso@freescale.com> | 2015-04-03 17:40:18 -0500 |
commit | adb94c256f4b1729485e33d938690f1bc23872a2 (patch) | |
tree | d11a0d82ac2e7baceb8056179710facb14f630b9 /include | |
parent | 6df87fb4646612073ffdd5b28ecf7fbb9179c553 (diff) | |
download | u-boot-imx-adb94c256f4b1729485e33d938690f1bc23872a2.zip u-boot-imx-adb94c256f4b1729485e33d938690f1bc23872a2.tar.gz u-boot-imx-adb94c256f4b1729485e33d938690f1bc23872a2.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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions