Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] 4959/1: PXA: Fix misprint in CICR1_RGBT_CONV

This patch fixes misprint in definition of CICR1_RGBT_CONV in include/asm-arm/arch-pxa/pxa-regs.h

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Mike Rapoport and committed by
Russell King
64c1dd3b 60802188

+1 -1
+1 -1
include/asm-arm/arch-pxa/pxa-regs.h
··· 1635 1635 #define CICR0_FOM (1 << 0) /* FIFO-overrun mask */ 1636 1636 1637 1637 #define CICR1_TBIT (1 << 31) /* Transparency bit */ 1638 - #define CICR1_RGBT_CONV (0x3 << 30) /* RGBT conversion mask */ 1638 + #define CICR1_RGBT_CONV (0x3 << 29) /* RGBT conversion mask */ 1639 1639 #define CICR1_PPL (0x7ff << 15) /* Pixels per line mask */ 1640 1640 #define CICR1_RGB_CONV (0x7 << 12) /* RGB conversion mask */ 1641 1641 #define CICR1_RGB_F (1 << 11) /* RGB format */