Source
1
+
/* SPDX-License-Identifier: GPL-2.0+ */
1
2
/*
2
3
* (C) Copyright 2004
3
4
* Pierre Aubert, Staubli Faverges , <p.aubert@staubli.com>
4
-
*
5
-
* SPDX-License-Identifier: GPL-2.0+
6
5
*/
7
6
8
7
#include <edid.h>
9
8
10
9
#ifndef CONFIG_SYS_DEFAULT_VIDEO_MODE
11
10
#define CONFIG_SYS_DEFAULT_VIDEO_MODE 0x301
12
11
#endif
13
12
14
13
/* Some mode definitions */
15
14
#define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */