]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: iomux: fix snvs usage for i.MX6ULL
authorPeng Fan <van.freenix@gmail.com>
Thu, 11 Aug 2016 06:02:51 +0000 (14:02 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Sep 2016 17:25:40 +0000 (14:25 -0300)
commit3715a1182ae3a0d49689008aca932ec996e7129f
treefe242aed346e4c5fa187051d5008c81c0d443c84
parent74592f9c29a8022dec11653516bcb9236ac3d106
imx: iomux: fix snvs usage for i.MX6ULL

SNVS TAMPER pin and BOOT MODE pins are in SNVS IOMUXC module,
not in IOMUXC, so correct the related registers' offset.

Use IOMUX_CONFIG_LPSR flag for these pins, so we can differentiate
them from iomuxc pins.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: "Benoît Thébaudeau" <benoit.thebaudeau.dev@gmail.com>
arch/arm/imx-common/iomux-v3.c
arch/arm/include/asm/arch-mx6/imx-regs.h
arch/arm/include/asm/imx-common/iomux-v3.h