Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305283
b: refs/heads/master
c: b6bd263
h: refs/heads/master
i:
  305281: 97a0245
  305279: 5277092
v: v3
  • Loading branch information
Paul Mundt committed May 18, 2012
1 parent 21a1684 commit daf7227
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b894701e7c472dbc6267bdde68bd6d35266b8dfc
refs/heads/master: b6bd263397decbcac5e1c836154a53c14b80f530
3 changes: 2 additions & 1 deletion trunk/arch/sh/boards/mach-hp6xx/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/irq.h>
#include <linux/sh_intc.h>
#include <sound/sh_dac_audio.h>
#include <asm/hd64461.h>
#include <asm/io.h>
Expand All @@ -35,7 +36,7 @@ static struct resource cf_ide_resources[] = {
.flags = IORESOURCE_MEM,
},
[2] = {
.start = 77,
.start = evt2irq(0xba0),
.flags = IORESOURCE_IRQ,
},
};
Expand Down
7 changes: 4 additions & 3 deletions trunk/arch/sh/include/mach-common/mach/hp6xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daf7227

Please sign in to comment.