Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* (C) 2015 Siarhei Siamashka <siarhei.siamashka@gmail.com>
3
-
*
4
-
* SPDX-License-Identifier: GPL-2.0+
5
4
*/
6
5
7
6
/*
8
7
* Support for the SSD2828 bridge chip, which can take pixel data coming
9
8
* from a parallel LCD interface and translate it on the flight into MIPI DSI
10
9
* interface for driving a MIPI compatible TFT display.
11
10
*/
12
11
13
12
#include <common.h>
14
13
#include <mipi_display.h>