[PATCH 11/17] pwm: samsung: remove s5pc100 related pwm codes
From: Tomasz Figa <hidden>
Date: 2014-07-03 12:44:17
Also in:
linux-samsung-soc
Hi Kukjin, On 30.06.2014 23:32, Kukjin Kim wrote:
quoted hunk ↗ jump to hunk
This patch removes supporting s5pc100 related pwm codes. Signed-off-by: Kukjin Kim <redacted> Cc: Thierry Reding <redacted> --- Documentation/devicetree/bindings/pwm/pwm-samsung.txt | 2 -- drivers/clocksource/samsung_pwm_timer.c | 12 ------------ drivers/pwm/pwm-samsung.c | 8 -------- 3 files changed, 22 deletions(-)diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt index 43925d3..82c7f6b 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt@@ -11,8 +11,6 @@ Required properties: - compatible : should be one of following: samsung,s3c2410-pwm - for 16-bit timers present on S3C24xx SoCs samsung,s3c6400-pwm - for 32-bit timers present on S3C64xx SoCs - samsung,s5pc100-pwm - for 32-bit timers present on S5PC100, S5PV210, - Exynos4210 rev0 SoCs
As you can see here, this variant is used for more than S5PC100. It is needed for S5PV210 and Exynos4210 rev0 SoCs as well. So this patch should be dropped. Best regards, Tomasz