diff --git a/board/atmel/sama5d4_xplained/sama5d4_xplained.c b/board/atmel/sama5d4_xplained/sama5d4_xplained.c index de0baada28..2758c5cbcd 100644 --- a/board/atmel/sama5d4_xplained/sama5d4_xplained.c +++ b/board/atmel/sama5d4_xplained/sama5d4_xplained.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include @@ -109,10 +109,8 @@ static void sama5d4_xplained_usb_hw_init(void) vidinfo_t panel_info = { .vl_col = 480, .vl_row = 272, - .vl_clk = 9000, - .vl_sync = ATMEL_LCDC_INVLINE_NORMAL | ATMEL_LCDC_INVFRAME_NORMAL, + .vl_clk = 9000000, .vl_bpix = LCD_BPP, - .vl_bpox = LCD_OUTPUT_BPP, .vl_tft = 1, .vl_hsync_len = 41, .vl_left_margin = 2,