summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.h
blob: 275e5e8e7583df2b0fbe78f067286c3cfea71c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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__ */