diff mbox

[2/2] sbc8560: remove "has-rstcr" from global utilities block

Message ID 4935eb5c085f994943e2f989a74c1333c60aebf1.1250266325.git.paul.gortmaker@windriver.com (mailing list archive)
State Accepted, archived
Commit c9c419773d2a84af8ff2f91c859d3d16592c947b
Delegated to: Kumar Gala
Headers show

Commit Message

Paul Gortmaker Aug. 14, 2009, 4:13 p.m. UTC
The earlier mpc8560 CPUs don't have the RSTCR at 0xe00b0
in the GUTS.  The generic reboot code uses this tag to
determine if it should be using the RSTCR for reboot, so
remove it from the board definition.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
 arch/powerpc/boot/dts/sbc8560.dts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Kumar Gala Aug. 14, 2009, 8:21 p.m. UTC | #1
On Aug 14, 2009, at 11:13 AM, Paul Gortmaker wrote:

> The earlier mpc8560 CPUs don't have the RSTCR at 0xe00b0
> in the GUTS.  The generic reboot code uses this tag to
> determine if it should be using the RSTCR for reboot, so
> remove it from the board definition.
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> ---
> arch/powerpc/boot/dts/sbc8560.dts |    1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)


applied to next

- k
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/sbc8560.dts b/arch/powerpc/boot/dts/sbc8560.dts
index 239d57a..9e13ed8 100644
--- a/arch/powerpc/boot/dts/sbc8560.dts
+++ b/arch/powerpc/boot/dts/sbc8560.dts
@@ -303,7 +303,6 @@ 
 		global-utilities@e0000 {
 			compatible = "fsl,mpc8560-guts";
 			reg = <0xe0000 0x1000>;
-			fsl,has-rstcr;
 		};
 	};