qcom-pm8008.h 477 B

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