Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* Copyright (C) 2012 Samsung Electronics
3
4
*
4
5
* Author: Donghwa Lee <dh09.lee@samsung.com>
5
-
*
6
-
* SPDX-License-Identifier: GPL-2.0+
7
6
*/
8
7
9
8
#include <common.h>
10
9
#include <asm/arch/mipi_dsim.h>
11
10
12
11
#include "exynos/exynos_mipi_dsi_lowlevel.h"
13
12
#include "exynos/exynos_mipi_dsi_common.h"
14
13
15
14
static void s6e8ax0_panel_cond(struct mipi_dsim_device *dsim_dev)
16
15
{