aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/hardware/amba_clcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/hardware/amba_clcd.h b/include/asm-arm/hardware/amba_clcd.h
index 476b6398ae1e..d6ad33e52ea9 100644
--- a/include/asm-arm/hardware/amba_clcd.h
+++ b/include/asm-arm/hardware/amba_clcd.h
@@ -211,7 +211,7 @@ static inline void clcdfb_decode(struct clcd_fb *fb, struct clcd_regs *regs)
211 case 16: 211 case 16:
212 val |= CNTL_LCDBPP16; 212 val |= CNTL_LCDBPP16;
213 break; 213 break;
214 case 24: 214 case 32:
215 val |= CNTL_LCDBPP24; 215 val |= CNTL_LCDBPP24;
216 break; 216 break;
217 } 217 }