Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342407
b: refs/heads/master
c: 667f298
h: refs/heads/master
i:
  342405: 9424640
  342403: 8b2d926
  342399: 40c8d4b
v: v3
  • Loading branch information
Josh Cartwright authored and Michal Simek committed Nov 21, 2012
1 parent 29b10e5 commit 88196ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 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: 84d2e38e935620004245f0e22113cf8389834635
refs/heads/master: 667f2988e2c11b25e79a46aff2f269696dbe8dc1
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-zynq/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ static void __init xilinx_irq_init(void)

static struct map_desc io_desc[] __initdata = {
{
.virtual = TTC0_VIRT,
.pfn = __phys_to_pfn(TTC0_PHYS),
.length = TTC0_SIZE,
.type = MT_DEVICE,
}, {
.virtual = SCU_PERIPH_VIRT,
.pfn = __phys_to_pfn(SCU_PERIPH_PHYS),
.length = SCU_PERIPH_SIZE,
Expand Down
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-zynq/include/mach/zynq_soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@
#define UART_SIZE SZ_4K
#define UART_VIRT 0xF0001000

#define TTC0_PHYS 0xF8001000
#define TTC0_SIZE SZ_4K
#define TTC0_VIRT (VMALLOC_END - TTC0_SIZE)

#define SCU_PERIPH_PHYS 0xF8F00000
#define SCU_PERIPH_SIZE SZ_8K
#define SCU_PERIPH_VIRT (TTC0_VIRT - SCU_PERIPH_SIZE)
#define SCU_PERIPH_VIRT (VMALLOC_END - SCU_PERIPH_SIZE)

#if IS_ENABLED(CONFIG_DEBUG_ZYNQ_UART1)
# define LL_UART_PADDR UART1_PHYS
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-zynq/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <linux/slab.h>
#include <linux/clk-provider.h>

#include <mach/zynq_soc.h>
#include "common.h"

/*
Expand Down

0 comments on commit 88196ba

Please sign in to comment.