diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-22 10:01:24 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-10-05 20:56:42 +0200 |
commit | f6b8a5700057cc1b531c2f9b7806428a6f83b467 (patch) | |
tree | bf019c60548d37c21c8f1ca00a7968a425ea53da /arch/mips/include/asm/mach-jz4740 | |
parent | 46a98765133bd880916415d431698797010d4ba8 (diff) | |
download | talos-op-linux-f6b8a5700057cc1b531c2f9b7806428a6f83b467.tar.gz talos-op-linux-f6b8a5700057cc1b531c2f9b7806428a6f83b467.zip |
pwm: Add Ingenic JZ4740 support
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Tested-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-jz4740')
-rw-r--r-- | arch/mips/include/asm/mach-jz4740/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/platform.h b/arch/mips/include/asm/mach-jz4740/platform.h index 564ab81d6cdc..163e81db880d 100644 --- a/arch/mips/include/asm/mach-jz4740/platform.h +++ b/arch/mips/include/asm/mach-jz4740/platform.h @@ -31,6 +31,7 @@ extern struct platform_device jz4740_pcm_device; extern struct platform_device jz4740_codec_device; extern struct platform_device jz4740_adc_device; extern struct platform_device jz4740_wdt_device; +extern struct platform_device jz4740_pwm_device; void jz4740_serial_device_register(void); |