diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-06-28 22:45:43 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-06-28 22:45:43 -0400 |
commit | 3c350a1a554eeb4b4ae7389e9d9b76f137c35071 (patch) | |
tree | 4da5c25824718a16c98635465479d5f6c763d34d | |
parent | 14497d31e65cca73c9814a1ff373ae294aae616b (diff) | |
parent | 573084995966f667d89087b0e6d6f610ed3aae87 (diff) |
Merge remote branch 'jwb/next' into next
-rw-r--r-- | arch/powerpc/boot/dts/canyonlands.dts | 5 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/glacier.dts | 8 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/sequoia.dts | 12 |
3 files changed, 24 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts index 22dd6ae84da0..3dc75deafbb3 100644 --- a/arch/powerpc/boot/dts/canyonlands.dts +++ b/arch/powerpc/boot/dts/canyonlands.dts | |||
@@ -143,6 +143,11 @@ | |||
143 | interrupts = <0x1d 0x4>; | 143 | interrupts = <0x1d 0x4>; |
144 | }; | 144 | }; |
145 | 145 | ||
146 | HWRNG: hwrng@110000 { | ||
147 | compatible = "amcc,ppc460ex-rng", "ppc4xx-rng"; | ||
148 | reg = <4 0x00110000 0x50>; | ||
149 | }; | ||
150 | |||
146 | MAL0: mcmal { | 151 | MAL0: mcmal { |
147 | compatible = "ibm,mcmal-460ex", "ibm,mcmal2"; | 152 | compatible = "ibm,mcmal-460ex", "ibm,mcmal2"; |
148 | dcr-reg = <0x180 0x062>; | 153 | dcr-reg = <0x180 0x062>; |
diff --git a/arch/powerpc/boot/dts/glacier.dts b/arch/powerpc/boot/dts/glacier.dts index e618fc4cbc9e..2000060386d7 100644 --- a/arch/powerpc/boot/dts/glacier.dts +++ b/arch/powerpc/boot/dts/glacier.dts | |||
@@ -130,12 +130,18 @@ | |||
130 | }; | 130 | }; |
131 | 131 | ||
132 | CRYPTO: crypto@180000 { | 132 | CRYPTO: crypto@180000 { |
133 | compatible = "amcc,ppc460gt-crypto", "amcc,ppc4xx-crypto"; | 133 | compatible = "amcc,ppc460gt-crypto", "amcc,ppc460ex-crypto", |
134 | "amcc,ppc4xx-crypto"; | ||
134 | reg = <4 0x00180000 0x80400>; | 135 | reg = <4 0x00180000 0x80400>; |
135 | interrupt-parent = <&UIC0>; | 136 | interrupt-parent = <&UIC0>; |
136 | interrupts = <0x1d 0x4>; | 137 | interrupts = <0x1d 0x4>; |
137 | }; | 138 | }; |
138 | 139 | ||
140 | HWRNG: hwrng@110000 { | ||
141 | compatible = "amcc,ppc460ex-rng", "ppc4xx-rng"; | ||
142 | reg = <4 0x00110000 0x50>; | ||
143 | }; | ||
144 | |||
139 | MAL0: mcmal { | 145 | MAL0: mcmal { |
140 | compatible = "ibm,mcmal-460gt", "ibm,mcmal2"; | 146 | compatible = "ibm,mcmal-460gt", "ibm,mcmal2"; |
141 | dcr-reg = <0x180 0x062>; | 147 | dcr-reg = <0x180 0x062>; |
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts index 739dd0da2416..b1d329246b08 100644 --- a/arch/powerpc/boot/dts/sequoia.dts +++ b/arch/powerpc/boot/dts/sequoia.dts | |||
@@ -110,6 +110,18 @@ | |||
110 | dcr-reg = <0x010 0x002>; | 110 | dcr-reg = <0x010 0x002>; |
111 | }; | 111 | }; |
112 | 112 | ||
113 | CRYPTO: crypto@e0100000 { | ||
114 | compatible = "amcc,ppc440epx-crypto","amcc,ppc4xx-crypto"; | ||
115 | reg = <0 0xE0100000 0x80400>; | ||
116 | interrupt-parent = <&UIC0>; | ||
117 | interrupts = <0x17 0x4>; | ||
118 | }; | ||
119 | |||
120 | rng@e0120000 { | ||
121 | compatible = "amcc,ppc440epx-rng","amcc,ppc4xx-rng"; | ||
122 | reg = <0 0xE0120000 0x150>; | ||
123 | }; | ||
124 | |||
113 | DMA0: dma { | 125 | DMA0: dma { |
114 | compatible = "ibm,dma-440epx", "ibm,dma-4xx"; | 126 | compatible = "ibm,dma-440epx", "ibm,dma-4xx"; |
115 | dcr-reg = <0x100 0x027>; | 127 | dcr-reg = <0x100 0x027>; |