From: Troy Kisky Date: Fri, 24 Jun 2011 17:52:56 +0000 (-0700) Subject: MXC: iomux-v3: correct NO_PAD_CTRL definition X-Git-Tag: v3.1-rc1~249^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425933b30b0ccfac58065bca6c853ea627443cdf;p=pandora-kernel.git 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 Acked-by: Lothar Waßmann Tested-by: Lothar Waßmann Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed