From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 04 Jan 2024 10:08:02 +0000
Subject: [PATCH] disable FB
---
kernel/drivers/media/i2c/techpoint/techpoint_common.h | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/kernel/drivers/media/i2c/techpoint/techpoint_common.h b/kernel/drivers/media/i2c/techpoint/techpoint_common.h
index 9d67db1..c7310f3 100644
--- a/kernel/drivers/media/i2c/techpoint/techpoint_common.h
+++ b/kernel/drivers/media/i2c/techpoint/techpoint_common.h
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
- * Rockchip CIF Driver
+ * Techpoint Lib
*
- * Copyright (C) 2022 Rockchip Electronics Co., Ltd.
+ * Copyright (C) 2023 Rockchip Electronics Co., Ltd.
*/
#ifndef _TECHPOINT_COMMON_H
@@ -52,6 +52,7 @@
CHIP_TP2815,
CHIP_TP9930,
CHIP_TP9950,
+ CHIP_TP9951,
};
enum techpoint_input_type {
@@ -69,14 +70,6 @@
TECHPOINT_S_RESO_PAL,
TECHPOINT_S_RESO_NTSC,
TECHPOINT_S_RESO_NUMS,
-};
-
-enum techpoint_max_pad {
- PAD0,
- PAD1,
- PAD2,
- PAD3,
- PAD_MAX,
};
struct techpoint_video_modes {
--
Gitblit v1.6.2