pwm: rockchip: Add a PWM driver for Rockchip SoCs
Add a simple driver which implements the standard PWM uclass interface.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/arm/include/asm/arch-rockchip/pwm.h 41 additions, 0 deletionsarch/arm/include/asm/arch-rockchip/pwm.h
- drivers/pwm/Kconfig 9 additions, 0 deletionsdrivers/pwm/Kconfig
- drivers/pwm/Makefile 1 addition, 0 deletionsdrivers/pwm/Makefile
- drivers/pwm/rk_pwm.c 103 additions, 0 deletionsdrivers/pwm/rk_pwm.c
arch/arm/include/asm/arch-rockchip/pwm.h
0 → 100644
drivers/pwm/rk_pwm.c
0 → 100644
Please register or sign in to comment