X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fexynos_lcd.h;h=484bd36334f06f5da685e7ba172035de77d4918a;hb=e7db856bf96213ba3f6b716be9fa264e184f74e2;hp=e1769f09d1b8c0841bcf957ab8d46402adb4601a;hpb=b6feb2675b75c687b9ddb9e5a493cfe4035e387d;p=oweals%2Fu-boot.git diff --git a/include/exynos_lcd.h b/include/exynos_lcd.h index e1769f09d1..484bd36334 100644 --- a/include/exynos_lcd.h +++ b/include/exynos_lcd.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * exynos_lcd.h - Exynos LCD Controller structures * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _EXYNOS_LCD_H_ @@ -75,6 +74,8 @@ typedef struct vidinfo { unsigned int sclk_div; unsigned int dual_lcd_enabled; + struct exynos_fb *reg; + struct exynos_platform_mipi_dsim *dsim_platform_data_dt; } vidinfo_t; #endif