diff options
author | Sandeep Paulraj <s-paulraj@ti.com> | 2009-08-03 13:58:24 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 04:55:50 -0400 |
commit | 866d286953c359e7b1fc0b8d04254d144a11be68 (patch) | |
tree | 7e4c74694ba53216187c354fe17740ca221a3c57 /arch/arm/mach-davinci/include/mach/mux.h | |
parent | a0f0202e2a19d43d733e07cb435a3064324c2ba7 (diff) |
DaVinci: DM365: Fix Compilation issue due to PINMUX entry
The mask can hold only 8 bit values. This gave a
compilation warning. This patch rectifies the warning.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/mux.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/mux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index 368fca69197d..a676b2f47aab 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h | |||
@@ -280,7 +280,8 @@ enum davinci_dm365_index { | |||
280 | DM365_VIN_CAM_WEN, | 280 | DM365_VIN_CAM_WEN, |
281 | DM365_VIN_CAM_VD, | 281 | DM365_VIN_CAM_VD, |
282 | DM365_VIN_CAM_HD, | 282 | DM365_VIN_CAM_HD, |
283 | DM365_VIN_YIN_EN, | 283 | DM365_VIN_YIN4_7_EN, |
284 | DM365_VIN_YIN0_3_EN, | ||
284 | 285 | ||
285 | /* IRQ muxing */ | 286 | /* IRQ muxing */ |
286 | DM365_INT_EDMA_CC, | 287 | DM365_INT_EDMA_CC, |