Re: [PATCH 1/3] pwm: Add mc13xxx pwm driver.
Alexander Shiyan
shc_work at mail.ru
Wed Nov 27 10:54:24 EST 2013
Hello.
...
> Signed-off-by: Denis Carikli <denis at eukrea.com>
> ---
> .../devicetree/bindings/pwm/fsl,mc13xxx-pwm.txt | 19 ++
> drivers/mfd/mc13xxx-core.c | 11 ++
> drivers/pwm/Kconfig | 6 +
> drivers/pwm/Makefile | 1 +
> drivers/pwm/pwm-mc13xxx.c | 205 ++++++++++++++++++++
> include/linux/mfd/mc13783.h | 2 +
> 6 files changed, 244 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pwm/fsl,mc13xxx-pwm.txt
> create mode 100644 drivers/pwm/pwm-mc13xxx.c
>
> diff --git a/Documentation/devicetree/bindings/pwm/fsl,mc13xxx-pwm.txt b/Documentation/devicetree/bindings/pwm/fsl,mc13xxx-pwm.txt
> new file mode 100644
> index 0000000..a1394d0
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pwm/fsl,mc13xxx-pwm.txt
> @@ -0,0 +1,19 @@
> +Freescale mc13xxx series PWM drivers.
> +
> +Supported PWMs:
> +mc13892 series
> +mc34708 series
MC13892 does not have a dedicated PWM.
You can probably use the existing driver mc13xxx-led driver.
---
More information about the linux-arm-kernel
mailing list