summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/iomux-mx3.h
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-04-03 23:56:36 +0300
committerOlof Johansson <olof@lixom.net>2015-04-03 23:56:36 +0300
commitc4c14f393fe4991a423c21516511ff1011140143 (patch)
tree469dab463752b815968bb947ef6234a781decff5 /arch/arm/mach-imx/iomux-mx3.h
parent5602d12a861340e9ed2c17cdefc500fa12b52446 (diff)
parentdc98b0cb6175016f31c8ef1685dd0d69476aa495 (diff)
downloadlinux-c4c14f393fe4991a423c21516511ff1011140143.tar.xz
Merge tag 'imx-cleanup-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/cleanup
Merge "ARM: imx: cleanup for 4.1" from Shawn Guo: The i.MX cleanup for v4.1: - Convert i.MX25 to be a DT only platform and remove the code that is only used by non-DT support - A couple trivial cleanup on iomux-v3 code * tag 'imx-cleanup-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: imx_v4_v5_defconfig: Remove CONFIG_MACH_MX25_3DS ARM: mx25: Remove imxdi_rtc platform code ARM: mx25: Remove "mx25.h" header file ARM: mx25: Remove static memory mapping ARM: mx25: Retrieve IIM base from dt ARM: mx25: Remove mx25_clocks_init() ARM: mx25: Remove platform code support files ARM: mx25: Convert to a dt-only platform ARM: imx25: Remove eukrea mx25 board files ARM: mx25: Remove mach-mx25_3ds board file ARM: imx: Fix trivial typo in comments ARM: imx: Kconfig: Fix grammar in help text ARM: imx/iomux-v3: allow pad_list to be const Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-imx/iomux-mx3.h')
-rw-r--r--arch/arm/mach-imx/iomux-mx3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/iomux-mx3.h b/arch/arm/mach-imx/iomux-mx3.h
index 0a5adba61e0b..2e4a0ddca76c 100644
--- a/arch/arm/mach-imx/iomux-mx3.h
+++ b/arch/arm/mach-imx/iomux-mx3.h
@@ -114,7 +114,7 @@ enum iomux_gp_func {
*/
int mxc_iomux_alloc_pin(unsigned int pin, const char *label);
/*
- * setups mutliple pins
+ * setups multiple pins
* convenient way to call the above function with tables
*/
int mxc_iomux_setup_multiple_pins(const unsigned int *pin_list, unsigned count,