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>
This commit is contained in:
Sandeep Paulraj
2009-08-03 13:58:24 -04:00
committed by Kevin Hilman
parent a0f0202e2a
commit 866d286953
2 changed files with 4 additions and 2 deletions

View File

@@ -280,7 +280,8 @@ enum davinci_dm365_index {
DM365_VIN_CAM_WEN,
DM365_VIN_CAM_VD,
DM365_VIN_CAM_HD,
DM365_VIN_YIN_EN,
DM365_VIN_YIN4_7_EN,
DM365_VIN_YIN0_3_EN,
/* IRQ muxing */
DM365_INT_EDMA_CC,