summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadmavathi Venna <[email protected]>2013-03-31 18:42:24 +0000
committerMinkyu Kang <[email protected]>2013-04-01 14:02:08 +0900
commit394d64e45b5a889a670ee83bfda3ff4358cdaaee (patch)
treefb46f36b2526b200186bf14179c11319beb75914
parent92809eeed22e264a770fcfc34721d986fedcbfa2 (diff)
Exynos: Add peripherial id for pwm
Add peripherial id for pwm inorder to support generic api to get the clk frequency Test with command "sf probe 1:0; time sf read 40008000 0 1000". Try with different numbers of bytes and see that sane values are obtained Build and boot U-boot with this patch, backlight works properly. Signed-off-by: Padmavathi Venna <[email protected]> Signed-off-by: Akshay Saraswat <[email protected]> Acked-by: Simon Glass <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
-rw-r--r--arch/arm/include/asm/arch-exynos/periph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h
index 89bcdfc0cc3..e5aed4b9590 100644
--- a/arch/arm/include/asm/arch-exynos/periph.h
+++ b/arch/arm/include/asm/arch-exynos/periph.h
@@ -61,6 +61,11 @@ enum periph_id {
PERIPH_ID_SPI3,
PERIPH_ID_SPI4,
PERIPH_ID_SDMMC4,
+ PERIPH_ID_PWM0,
+ PERIPH_ID_PWM1,
+ PERIPH_ID_PWM2,
+ PERIPH_ID_PWM3,
+ PERIPH_ID_PWM4,
PERIPH_ID_COUNT,
PERIPH_ID_NONE = -1,