1 /* SPDX-License-Identifier: GPL-2.0 */
3 * TI j721e Cadence DSI wrapper
5 * Copyright (C) 2022 Texas Instruments Incorporated - http://www.ti.com/
9 #ifndef __CDNS_DSI_J721E_H__
10 #define __CDNS_DSI_J721E_H__
12 #include "cdns-dsi-core.h"
14 extern const struct cdns_dsi_platform_ops dsi_ti_j721e_ops;
16 #endif /* !__CDNS_DSI_J721E_H__ */