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/thermal/hisi_thermal.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/drivers/thermal/hisi_thermal.c b/kernel/drivers/thermal/hisi_thermal.c index ee05950..7b1e819 100644 --- a/kernel/drivers/thermal/hisi_thermal.c +++ b/kernel/drivers/thermal/hisi_thermal.c @@ -435,10 +435,6 @@ data->sensor[0].irq_name = "tsensor_a73"; data->sensor[0].data = data; - data->sensor[1].id = HI3660_LITTLE_SENSOR; - data->sensor[1].irq_name = "tsensor_a53"; - data->sensor[1].data = data; - return 0; } -- Gitblit v1.6.2