diff options
author | Rupjyoti Sarmah <rsarmah@amcc.com> | 2010-12-14 21:27:10 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2011-02-02 06:58:26 -0500 |
commit | 8960f7ff508064de1896d8539911411179b8433c (patch) | |
tree | 8b48440645cb0dca94caaeac347986ef4fef7ac2 /arch/powerpc/boot/dts/canyonlands.dts | |
parent | c89b3458d8cc1925a9ca90408ff3bfe43dab6522 (diff) |
powerpc/44x: PHY fixup for USB on canyonlands board
This fix is a reset for USB PHY that requires some amount of time for power
to be stable on Canyonlands.
Signed-off-by: Rupjyoti Sarmah <rsarmah@apm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/canyonlands.dts')
-rw-r--r-- | arch/powerpc/boot/dts/canyonlands.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts index 54caec687382..2779f08313a5 100644 --- a/arch/powerpc/boot/dts/canyonlands.dts +++ b/arch/powerpc/boot/dts/canyonlands.dts | |||
@@ -246,6 +246,11 @@ | |||
246 | }; | 246 | }; |
247 | }; | 247 | }; |
248 | 248 | ||
249 | cpld@2,0 { | ||
250 | compatible = "amcc,ppc460ex-bcsr"; | ||
251 | reg = <2 0x0 0x9>; | ||
252 | }; | ||
253 | |||
249 | ndfc@3,0 { | 254 | ndfc@3,0 { |
250 | compatible = "ibm,ndfc"; | 255 | compatible = "ibm,ndfc"; |
251 | reg = <0x00000003 0x00000000 0x00002000>; | 256 | reg = <0x00000003 0x00000000 0x00002000>; |
@@ -320,6 +325,12 @@ | |||
320 | interrupts = <0x3 0x4>; | 325 | interrupts = <0x3 0x4>; |
321 | }; | 326 | }; |
322 | 327 | ||
328 | GPIO0: gpio@ef600b00 { | ||
329 | compatible = "ibm,ppc4xx-gpio"; | ||
330 | reg = <0xef600b00 0x00000048>; | ||
331 | gpio-controller; | ||
332 | }; | ||
333 | |||
323 | ZMII0: emac-zmii@ef600d00 { | 334 | ZMII0: emac-zmii@ef600d00 { |
324 | compatible = "ibm,zmii-460ex", "ibm,zmii"; | 335 | compatible = "ibm,zmii-460ex", "ibm,zmii"; |
325 | reg = <0xef600d00 0x0000000c>; | 336 | reg = <0xef600d00 0x0000000c>; |