diff options
author | Stefan Roese <[email protected]> | 2010-05-06 21:43:43 +0000 |
---|---|---|
committer | Josh Boyer <[email protected]> | 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 <[email protected]>
Cc: Josh Boyer <[email protected]>
Signed-off-by: Josh Boyer <[email protected]>
-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 @@ d-cache-size = <32768>; dcr-controller; dcr-access-method = "native"; + reset-type = <2>; /* Use chip-reset */ }; }; |