From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:42:03 +0000
Subject: [PATCH] disable pwm7

---
 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