From 19e78300a127bc1761677312700a709b207852ff Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Tue, 5 Jun 2018 12:07:36 +0200 Subject: atmel_lcdfb: fix atmel,lcd-wiring-mode; BGR => BRG Fix spelling error that prevented us from getting the atmel,lcd-wiring-mode The Bindings mandate the use of BRG. Signed-off-by: Sam Ravnborg --- include/video/atmel_lcdc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/video/atmel_lcdc.h b/include/video/atmel_lcdc.h index 07a30e2e6f..7e3f95873c 100644 --- a/include/video/atmel_lcdc.h +++ b/include/video/atmel_lcdc.h @@ -23,10 +23,10 @@ #define __ATMEL_LCDC_H__ /* Way LCD wires are connected to the chip: - * Some Atmel chips use BGR color mode (instead of standard RGB) + * Some Atmel chips use BRG color mode (instead of standard RGB) * A swapped wiring onboard can bring to RGB mode. */ -#define ATMEL_LCDC_WIRING_BGR 0 +#define ATMEL_LCDC_WIRING_BRG 0 #define ATMEL_LCDC_WIRING_RGB 1 #define ATMEL_LCDC_WIRING_RGB555 2 -- cgit v1.2.3