Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40495
b: refs/heads/master
c: 77aec99
h: refs/heads/master
i:
  40493: cede34e
  40491: 531c2e1
  40487: 8c05ce5
  40479: 1ffdaf8
v: v3
  • Loading branch information
Ralf Baechle committed Oct 30, 2006
1 parent b13f748 commit 19c3441
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 4aad7b726996a2d453d210cd5691730aca087b83
refs/heads/master: 77aec99906367276afedf6f5583671de2ff609be
12 changes: 6 additions & 6 deletions trunk/arch/mips/emma2rh/markeins/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ static struct resource i2c_emma_resources_0[] = {
.flags = IORESOURCE_IRQ
}, {
.name = NULL,
.start = KSEG1ADDR(EMMA2RH_PIIC0_BASE),
.end = KSEG1ADDR(EMMA2RH_PIIC0_BASE + 0x1000),
.start = EMMA2RH_PIIC0_BASE,
.end = EMMA2RH_PIIC0_BASE + 0x1000,
.flags = 0
},
};
Expand All @@ -65,8 +65,8 @@ struct resource i2c_emma_resources_1[] = {
.flags = IORESOURCE_IRQ
}, {
.name = NULL,
.start = KSEG1ADDR(EMMA2RH_PIIC1_BASE),
.end = KSEG1ADDR(EMMA2RH_PIIC1_BASE + 0x1000),
.start = EMMA2RH_PIIC1_BASE,
.end = EMMA2RH_PIIC1_BASE + 0x1000,
.flags = 0
},
};
Expand All @@ -79,8 +79,8 @@ struct resource i2c_emma_resources_2[] = {
.flags = IORESOURCE_IRQ
}, {
.name = NULL,
.start = KSEG1ADDR(EMMA2RH_PIIC2_BASE),
.end = KSEG1ADDR(EMMA2RH_PIIC2_BASE + 0x1000),
.start = EMMA2RH_PIIC2_BASE,
.end = EMMA2RH_PIIC2_BASE + 0x1000,
.flags = 0
},
};
Expand Down

0 comments on commit 19c3441

Please sign in to comment.