Home | History | Annotate | Line # | Download | only in mfd
      1  1.1  jmcneill /*	$NetBSD: qcom-pm8008.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0-only */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2021 The Linux Foundation. All rights reserved.
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef __DT_BINDINGS_MFD_QCOM_PM8008_H
      9  1.1  jmcneill #define __DT_BINDINGS_MFD_QCOM_PM8008_H
     10  1.1  jmcneill 
     11  1.1  jmcneill /* PM8008 IRQ numbers */
     12  1.1  jmcneill #define PM8008_IRQ_MISC_UVLO	0
     13  1.1  jmcneill #define PM8008_IRQ_MISC_OVLO	1
     14  1.1  jmcneill #define PM8008_IRQ_MISC_OTST2	2
     15  1.1  jmcneill #define PM8008_IRQ_MISC_OTST3	3
     16  1.1  jmcneill #define PM8008_IRQ_MISC_LDO_OCP	4
     17  1.1  jmcneill #define PM8008_IRQ_TEMP_ALARM	5
     18  1.1  jmcneill #define PM8008_IRQ_GPIO1	6
     19  1.1  jmcneill #define PM8008_IRQ_GPIO2	7
     20  1.1  jmcneill 
     21  1.1  jmcneill #endif
     22