soc: qcom: panel_event_notifier: Add battery charger client

Add PANEL_EVENT_NOTIFIER_CLIENT_BATTERY_CHARGER to notifier_client
so that battery charger driver can register for notifications.

Change-Id: I640adf4223d11acb27466bbbe6dd5851986287b5
Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
This commit is contained in:
Anjelique Melendez 2021-12-15 11:48:59 -08:00 committed by Gerrit - the friendly Code Review server
parent 98b7580d6c
commit 60e697a697

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __PANEL_EVENT_NOTIFIER_H
@ -23,6 +23,7 @@ enum panel_event_notifier_client {
PANEL_EVENT_NOTIFIER_CLIENT_PRIMARY_TOUCH,
PANEL_EVENT_NOTIFIER_CLIENT_SECONDARY_TOUCH,
PANEL_EVENT_NOTIFIER_CLIENT_ECM,
PANEL_EVENT_NOTIFIER_CLIENT_BATTERY_CHARGER,
PANEL_EVENT_NOTIFIER_CLIENT_MAX
};