Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259119
b: refs/heads/master
c: 5730849
h: refs/heads/master
i:
  259117: 58362b8
  259115: d151231
  259111: 2440a41
  259103: 6a5d924
v: v3
  • Loading branch information
Mike Williams authored and Josh Boyer committed Jun 28, 2011
1 parent d1b7314 commit 9a8c993
Show file tree
Hide file tree
Showing 3 changed files with 13 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: 61d1baaea25dbcc22e03604f4d75e151853f574e
refs/heads/master: 573084995966f667d89087b0e6d6f610ed3aae87
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/boot/dts/canyonlands.dts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
interrupts = <0x1d 0x4>;
};

HWRNG: hwrng@110000 {
compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
reg = <4 0x00110000 0x50>;
};

MAL0: mcmal {
compatible = "ibm,mcmal-460ex", "ibm,mcmal2";
dcr-reg = <0x180 0x062>;
Expand Down
8 changes: 7 additions & 1 deletion trunk/arch/powerpc/boot/dts/glacier.dts
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,18 @@
};

CRYPTO: crypto@180000 {
compatible = "amcc,ppc460gt-crypto", "amcc,ppc4xx-crypto";
compatible = "amcc,ppc460gt-crypto", "amcc,ppc460ex-crypto",
"amcc,ppc4xx-crypto";
reg = <4 0x00180000 0x80400>;
interrupt-parent = <&UIC0>;
interrupts = <0x1d 0x4>;
};

HWRNG: hwrng@110000 {
compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
reg = <4 0x00110000 0x50>;
};

MAL0: mcmal {
compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
dcr-reg = <0x180 0x062>;
Expand Down

0 comments on commit 9a8c993

Please sign in to comment.