Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344290
b: refs/heads/master
c: 49f175b
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Hesselbarth authored and Thomas Petazzoni committed Nov 20, 2012
1 parent 3eb89ac commit b310709
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 11 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: c896ed0fd72505104db3e78fffe3d8c604d25277
refs/heads/master: 49f175b9fed5dbfc370057ae0a2a57d1be750c0a
42 changes: 42 additions & 0 deletions trunk/arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,47 @@
clocks = <&gate_clk 15>;
status = "okay";
};

xor0: dma-engine@60800 {
compatible = "marvell,orion-xor";
reg = <0x60800 0x100
0x60a00 0x100>;
clocks = <&gate_clk 23>;
status = "okay";

channel0 {
interrupts = <39>;
dmacap,memcpy;
dmacap,xor;
};

channel1 {
interrupts = <40>;
dmacap,memset;
dmacap,memcpy;
dmacap,xor;
};
};

xor1: dma-engine@60900 {
compatible = "marvell,orion-xor";
reg = <0x60900 0x100
0x60b00 0x100>;
clocks = <&gate_clk 24>;
status = "okay";

channel0 {
interrupts = <42>;
dmacap,memcpy;
dmacap,xor;
};

channel1 {
interrupts = <43>;
dmacap,memset;
dmacap,memcpy;
dmacap,xor;
};
};
};
};
10 changes: 0 additions & 10 deletions trunk/arch/arm/mach-dove/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,14 +409,6 @@ static void __init dove_legacy_clk_init(void)
clkspec.args[0] = CLOCK_GATING_BIT_PCIE1;
orion_clkdev_add("1", "pcie",
of_clk_get_from_provider(&clkspec));

clkspec.args[0] = CLOCK_GATING_BIT_XOR0;
orion_clkdev_add(NULL, MV_XOR_NAME ".0",
of_clk_get_from_provider(&clkspec));

clkspec.args[0] = CLOCK_GATING_BIT_XOR1;
orion_clkdev_add(NULL, MV_XOR_NAME ".1",
of_clk_get_from_provider(&clkspec));
}

static void __init dove_of_clk_init(void)
Expand Down Expand Up @@ -444,8 +436,6 @@ static void __init dove_dt_init(void)

/* Internal devices not ported to DT yet */
dove_rtc_init();
dove_xor0_init();
dove_xor1_init();

dove_ge00_init(&dove_dt_ge00_data);
dove_ehci0_init();
Expand Down

0 comments on commit b310709

Please sign in to comment.