]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Exynos: PWM: Add TCMPB3 field in pwm structure
authorChander Kashyap <chander.kashyap@linaro.org>
Sun, 18 Dec 2011 22:56:43 +0000 (22:56 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:28 +0000 (10:11 +0100)
Add TCMPB3 field in pwm structure, earliar this was res1.

Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/include/asm/arch-exynos/pwm.h

index d0cf3cb853b84b4fab122752fad43ac8c53f2605..3e951601cdcbcd7e6083c4add83497ab79c53fe0 100644 (file)
@@ -57,7 +57,7 @@ struct s5p_timer {
        unsigned int    tcmpb2;
        unsigned int    tcnto2;
        unsigned int    tcntb3;
-       unsigned int    res1;
+       unsigned int    tcmpb3;
        unsigned int    tcnto3;
        unsigned int    tcntb4;
        unsigned int    tcnto4;