Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mfd: pm8008: Add IRQ listing

Add a header file listing all of the IRQs that Qualcomm Technologies,
Inc. PM8008 supports. The constants defined in this file may be used in
the client device tree node to specify interrupts.

Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Guru Das Srinagesh and committed by
Lee Jones
d10a83bf 921071a8

+19
+19
include/dt-bindings/mfd/qcom-pm8008.h
··· 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