cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qcom-pm8008.h (477B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (c) 2021 The Linux Foundation. All rights reserved.
      4 */
      5
      6#ifndef __DT_BINDINGS_MFD_QCOM_PM8008_H
      7#define __DT_BINDINGS_MFD_QCOM_PM8008_H
      8
      9/* PM8008 IRQ numbers */
     10#define PM8008_IRQ_MISC_UVLO	0
     11#define PM8008_IRQ_MISC_OVLO	1
     12#define PM8008_IRQ_MISC_OTST2	2
     13#define PM8008_IRQ_MISC_OTST3	3
     14#define PM8008_IRQ_MISC_LDO_OCP	4
     15#define PM8008_IRQ_TEMP_ALARM	5
     16#define PM8008_IRQ_GPIO1	6
     17#define PM8008_IRQ_GPIO2	7
     18
     19#endif