Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327106
b: refs/heads/master
c: 06413f1
h: refs/heads/master
v: v3
  • Loading branch information
Rob Herring committed Sep 14, 2012
1 parent dcb86cc commit 3c58bc5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 57 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: 360a0cab50414ee30924917159066e69ee4b38d3
refs/heads/master: 06413f1e31b992b55bfd8a38346243ca80d621cd
13 changes: 7 additions & 6 deletions trunk/arch/arm/mach-picoxcell/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
#include <asm/hardware/vic.h>
#include <asm/mach/map.h>

#include <mach/map.h>
#include <mach/picoxcell_soc.h>

#include "common.h"

#define WDT_CTRL_REG_EN_MASK (1 << 0)
#define WDT_CTRL_REG_OFFS (0x00)
#define WDT_TIMEOUT_REG_OFFS (0x04)
#define PHYS_TO_IO(x) (((x) & 0x00ffffff) | 0xfe000000)
#define PICOXCELL_PERIPH_BASE 0x80000000
#define PICOXCELL_PERIPH_LENGTH SZ_4M

#define WDT_CTRL_REG_EN_MASK (1 << 0)
#define WDT_CTRL_REG_OFFS (0x00)
#define WDT_TIMEOUT_REG_OFFS (0x04)
static void __iomem *wdt_regs;

/*
Expand Down
25 changes: 0 additions & 25 deletions trunk/arch/arm/mach-picoxcell/include/mach/map.h

This file was deleted.

25 changes: 0 additions & 25 deletions trunk/arch/arm/mach-picoxcell/include/mach/picoxcell_soc.h

This file was deleted.

0 comments on commit 3c58bc5

Please sign in to comment.