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

mfd: add ASIC3 IRQ numbers

IRQ number definitions for PWM, LED, SPI and OWM (ds1wm).

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Philipp Zabel and committed by
Samuel Ortiz
01906d6d e956a2a8

+7
+7
include/linux/mfd/asic3.h
··· 30 30 #define ASIC3_NUM_GPIOS 64 31 31 #define ASIC3_NR_IRQS ASIC3_NUM_GPIOS + 6 32 32 33 + #define ASIC3_IRQ_LED0 64 34 + #define ASIC3_IRQ_LED1 65 35 + #define ASIC3_IRQ_LED2 66 36 + #define ASIC3_IRQ_SPI 67 37 + #define ASIC3_IRQ_SMBUS 68 38 + #define ASIC3_IRQ_OWM 69 39 + 33 40 #define ASIC3_TO_GPIO(gpio) (NR_BUILTIN_GPIO + (gpio)) 34 41 35 42 #define ASIC3_GPIO_BANK_A 0