mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
- Refactor tidss_drv to improve modularity, enabling support for more display interfaces beyond OLDI in the future - Add detection and initialization of active OLDI panels using the DT - Port tidss_oldi.c from the upstream Linux kernel oldi series[0] and derive several APIs from it to determine the dual link pixel order - Add tidss_oldi_init() and helper routines to handle OLDI-specific setup and move related helper routines to tidss_oldi.c [0]: https://lore.kernel.org/all/20250528122544.817829-1-aradhya.bhatia@linux.dev/ Signed-off-by: Swamil Jain <s-jain1@ti.com> Tested-by: Anshul Dalal <anshuld@ti.com>
13 lines
379 B
Makefile
13 lines
379 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
# Nikhil M Jain, n-jain1@ti.com
|
|
#
|
|
# based on the linux tidss driver, which is
|
|
#
|
|
# (C) Copyright 2018 Texas Instruments Incorporated - https://www.ti.com/
|
|
# Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
|
|
|
|
|
obj-${CONFIG_$(PHASE_)VIDEO_TIDSS} = tidss_drv.o tidss_oldi.o
|