]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00233929: add kernel command line to enable snvs
authorTerry Lv <r65388@freescale.com>
Fri, 16 Nov 2012 07:41:01 +0000 (15:41 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:43 +0000 (08:35 +0200)
commit25ffe7d74591b7457c8f01eef573cf3c2651e144
treecfc9d4c6f6ba451491f80925cef20c4071d7f3d0
parentee0ad4f940d04c636c63dfdba71e7793ad1e1634
ENGR00233929: add kernel command line to enable snvs

In MX6Q/DL, originally GPIO_0 is used as CKO pin function. when SNVS
module is enabled, CKO output stops suddenly.
Both CKO clock config register CCOSR and GPIO_0 IOMUX register value are
not changed. But because ALT7 of GPIO_0 pad is SNVS_VIO_5 function. I
doubt that when SNVS module is enabled, GPIO_0 pad is automatically
changed to SNVS instance by SoC.
Thus we add option for snvs enable/disable.

Signed-off-by: Terry Lv <r65388@freescale.com>
arch/arm/mach-mx6/board-mx6q_sabrelite.c
arch/arm/mach-mx6/board-mx6q_sabresd.c