diff options
| author | Stefan Roese <sr@denx.de> | 2010-05-06 17:43:43 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2010-05-07 15:07:29 -0400 |
| commit | 499f49026e25e74dc617bb0d96ed6e85a67f4980 (patch) | |
| tree | 60908061121ba98163add5b0d6834f79753cc31f | |
| parent | e2efc09e52680cecb0ca624e379cb4b4c56157c3 (diff) | |
powerpc/44x: Add reset-type to katmai.dts
Katmai needs "reset-type" = "chip reset" (2) to correctly reboot the
board.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
| -rw-r--r-- | arch/powerpc/boot/dts/katmai.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/katmai.dts b/arch/powerpc/boot/dts/katmai.dts index 8cf2c0c88c05..7c3be5e45748 100644 --- a/arch/powerpc/boot/dts/katmai.dts +++ b/arch/powerpc/boot/dts/katmai.dts | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | d-cache-size = <32768>; | 44 | d-cache-size = <32768>; |
| 45 | dcr-controller; | 45 | dcr-controller; |
| 46 | dcr-access-method = "native"; | 46 | dcr-access-method = "native"; |
| 47 | reset-type = <2>; /* Use chip-reset */ | ||
| 47 | }; | 48 | }; |
| 48 | }; | 49 | }; |
| 49 | 50 | ||
