xref: /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/techpoint_tp2815.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * techpoint tp9930 regs
4  *
5  * Copyright (C) 2023 Rockchip Electronics Co., Ltd.
6  */
7 
8 #ifndef _TECHPOINT_TP2815_H
9 #define _TECHPOINT_TP2815_H
10 
11 #define TP2815_CHIP_ID_H_REG      0xFE
12 #define TP2815_CHIP_ID_H_VALUE    0x28
13 #define TP2815_CHIP_ID_L_REG      0xFF
14 #define TP2815_CHIP_ID_L_VALUE    0x15
15 
16 #endif // _TECHPOINT_TP9930_H
17