1
0
Fork 0
linux/drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.h
Daniel Baumann 79d69e5050
Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:14:28 +02:00

16 lines
381 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* TI j721e Cadence DSI wrapper
*
* Copyright (C) 2022 Texas Instruments Incorporated - http://www.ti.com/
* Author: Rahul T R <r-ravikumar@ti.com>
*/
#ifndef __CDNS_DSI_J721E_H__
#define __CDNS_DSI_J721E_H__
#include "cdns-dsi-core.h"
extern const struct cdns_dsi_platform_ops dsi_ti_j721e_ops;
#endif /* !__CDNS_DSI_J721E_H__ */