Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334635
b: refs/heads/master
c: a458926
h: refs/heads/master
i:
  334633: 63a2f2c
  334631: 55bb57e
v: v3
  • Loading branch information
Sebastian Hesselbarth authored and Jason Cooper committed Oct 17, 2012
1 parent db2b5a5 commit 471f750
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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: dfdc16fa785bacf169cae458a6f1805cfa2178c6
refs/heads/master: a458926e16a37ef41a4fbf45957cb9faaeb6a6ef
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,14 @@
nr-ports = <1>;
status = "disabled";
};

crypto: crypto@30000 {
compatible = "marvell,orion-crypto";
reg = <0x30000 0x10000>,
<0xc8000000 0x800>;
reg-names = "regs", "sram";
interrupts = <31>;
status = "okay";
};
};
};
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-dove/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ static void __init dove_dt_init(void)
dove_ehci0_init();
dove_ehci1_init();
dove_pcie_init(1, 1);
dove_crypto_init();

of_platform_populate(NULL, of_default_bus_match_table,
dove_auxdata_lookup, NULL);
Expand Down

0 comments on commit 471f750

Please sign in to comment.