]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MXC: iomux-v3: correct NO_PAD_CTRL definition
authorTroy Kisky <troy.kisky@boundarydevices.com>
Fri, 24 Jun 2011 17:52:56 +0000 (10:52 -0700)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 28 Jun 2011 07:23:15 +0000 (09:23 +0200)
commit9cb9dbc872af31ffb8c7511ed83555f460ac5ebc
tree957eee3590ce4d100269903d8349921895d79348
parentc876dc774d07dccc823c9483b7489cdcd1694e62
MXC: iomux-v3: correct NO_PAD_CTRL definition

iomux-v3.c uses NO_PAD_CTRL as a 32 bit value
so it should not be shifted left by MUX_PAD_CTRL_SHIFT(41)

Previously, anything requesting NO_PAD_CTRL would get
their pad control register set to 0.

Since it is a pad control mask, place it with the other mask values.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Tested-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/include/mach/iomux-v3.h