[PATCH 0/2] imx6q: pwm: Activate stop_mode and remove auto enable after configuration
hachimi.samir at gmail.com
hachimi.samir at gmail.com
Thu Aug 23 11:32:37 EDT 2012
This patch series enables support for pwm driver on imx6q SoC. The first
patch of the series configure the pinctrl for pwm in device-tree. Actually
they are several pin who can be set to pwmO for each pwm, so I assume that
all of them must be enabled when configuring pin.
The second patch activate stop_enable mode and unset the enable bit during
configuration of pwm, and set the enable bit in pwm CR register during enable.
Samir Hachimi (2):
imx6q: Configure the pwm node for pinmux support.
imx6q: Set pwm control register during enable and config call
---
arch/arm/boot/dts/imx6q.dtsi | 50 ++++++++
arch/arm/mach-imx/clk-imx6q.c | 4 ++++
drivers/pwm/pwm-imx.c | 37 ++++++++++++++++++++++++++-----------
3 files changed, 80 insertions(+), 11 deletions(-)
More information about the linux-arm-kernel
mailing list