15 lines
385 B
C
15 lines
385 B
C
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
|
|
/*
|
|
* Device Tree defines for LCM settings
|
|
* Copyright (c) 2022 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef MTK_LCM_CUST_SETTINGS_H
|
|
#define MTK_LCM_CUST_SETTINGS_H
|
|
|
|
#define MTK_SAMPLE_CUST_TYPE_HEX_OP0 81
|
|
#define MTK_SAMPLE_CUST_TYPE_HEX_OP1 82
|
|
|
|
#define MTK_SAMPLE_CUST_TYPE_OP0 0x81
|
|
#define MTK_SAMPLE_CUST_TYPE_OP1 0x82
|
|
#endif
|