PWM: Correct misspellings of "module" in context of PWM

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Heiko Schocher <hs@denx.de>
master
Robert P. J. Day 8 years ago committed by Tom Rini
parent 59a51a1055
commit 5052e81988
  1. 2
      README
  2. 2
      drivers/pwm/pwm-imx-util.c
  3. 2
      drivers/pwm/pwm-imx-util.h
  4. 2
      drivers/pwm/pwm-imx.c

@ -1361,7 +1361,7 @@ The following options need to be configured:
- PWM Support: - PWM Support:
CONFIG_PWM_IMX CONFIG_PWM_IMX
Support for PWM modul on the imx6. Support for PWM module on the imx6.
- TPM Support: - TPM Support:
CONFIG_TPM CONFIG_TPM

@ -2,7 +2,7 @@
* (C) Copyright 2014 * (C) Copyright 2014
* Heiko Schocher, DENX Software Engineering, hs@denx.de. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
* *
* Basic support for the pwm modul on imx6. * Basic support for the pwm module on imx6.
* *
* Based on linux:drivers/pwm/pwm-imx.c * Based on linux:drivers/pwm/pwm-imx.c
* from * from

@ -2,7 +2,7 @@
* (C) Copyright 2014 * (C) Copyright 2014
* Heiko Schocher, DENX Software Engineering, hs@denx.de. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
* *
* Basic support for the pwm modul on imx6. * Basic support for the pwm module on imx6.
* *
* SPDX-License-Identifier: GPL-2.0 * SPDX-License-Identifier: GPL-2.0
*/ */

@ -2,7 +2,7 @@
* (C) Copyright 2014 * (C) Copyright 2014
* Heiko Schocher, DENX Software Engineering, hs@denx.de. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
* *
* Basic support for the pwm modul on imx6. * Basic support for the pwm module on imx6.
* *
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */

Loading…
Cancel
Save