diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-29 14:04:22 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-29 14:08:04 -0800 |
commit | ee481c84fa0675c94fd4443f6da5be836664d821 (patch) | |
tree | 8fade8c7f83d0ae54d112ad32178a0c790c894c8 /arch/arm/mach-zynq/pm.c | |
parent | ff6a8168d2e57cf36c10b8add6ae5773c02babdc (diff) | |
parent | 3329659df0300d1d0aa22f5e7063f83a88ef92aa (diff) |
Merge tag 'zynq-soc-for-3.20' of https://github.com/Xilinx/linux-xlnx into next/soc
Merge "Zynq SoC changes for 3.20" from Michal Simek:
arm: Xilinx Zynq SoC patches for v3.20
- Enable pincontrol
- Simplified SLCR initialization
- Setup default ARCH_NR_GPIO
* tag 'zynq-soc-for-3.20' of https://github.com/Xilinx/linux-xlnx:
ARM: zynq: Simplify SLCR initialization
ARM: zynq: PM: Fixed simple typo.
ARM: zynq: Setup default gpio number for Xilinx Zynq
ARM: zynq: Enable pinctrl
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-zynq/pm.c')
-rw-r--r-- | arch/arm/mach-zynq/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/pm.c b/arch/arm/mach-zynq/pm.c index 911fcf865be8..fa44fc1b6dd5 100644 --- a/arch/arm/mach-zynq/pm.c +++ b/arch/arm/mach-zynq/pm.c @@ -61,7 +61,7 @@ static void __iomem *zynq_pm_ioremap(const char *comp) /** * zynq_pm_late_init() - Power management init * - * Initialization of power management related featurs and infrastructure. + * Initialization of power management related features and infrastructure. */ void __init zynq_pm_late_init(void) { |