sh: hp6xx evt2irq migration.
Migrate hp6xx to evt2irq backed hwirq lookups. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
* for more details.
|
||||
*
|
||||
*/
|
||||
#include <linux/sh_intc.h>
|
||||
|
||||
#define HP680_BTN_IRQ 32 /* IRQ0_IRQ */
|
||||
#define HP680_TS_IRQ 35 /* IRQ3_IRQ */
|
||||
#define HP680_HD64461_IRQ 36 /* IRQ4_IRQ */
|
||||
#define HP680_BTN_IRQ evt2irq(0x600) /* IRQ0_IRQ */
|
||||
#define HP680_TS_IRQ evt2irq(0x660) /* IRQ3_IRQ */
|
||||
#define HP680_HD64461_IRQ evt2irq(0x680) /* IRQ4_IRQ */
|
||||
|
||||
#define DAC_LCD_BRIGHTNESS 0
|
||||
#define DAC_SPEAKER_VOLUME 1
|
||||
|
Reference in New Issue
Block a user