Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=10ce8c69d09c8dcdebe926adb2e7d28f540e2939
Commit:     10ce8c69d09c8dcdebe926adb2e7d28f540e2939
Parent:     006af9e229bf28b59c451e8370deca87c7cc3ee6
Author:     Roy Zang <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 13 17:35:33 2007 +0800
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Thu Jul 26 00:19:57 2007 -0500

    [POWERPC] Fix the ability to reset on MPC8544 DS and MPC8568 MDS boards
    
    Add global-utilities node with has-rstcr on MPC8544 DS and MPC8568 MDS
    boards so they are able to reset properly.
    
    Signed-off-by: Roy Zang <[EMAIL PROTECTED]>
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc8544ds.dts  |    6 ++++++
 arch/powerpc/boot/dts/mpc8568mds.dts |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts 
b/arch/powerpc/boot/dts/mpc8544ds.dts
index d8ee4a0..4680e20 100644
--- a/arch/powerpc/boot/dts/mpc8544ds.dts
+++ b/arch/powerpc/boot/dts/mpc8544ds.dts
@@ -350,6 +350,12 @@
 
                };
 
+               [EMAIL PROTECTED] {     //global utilities block
+                       compatible = "fsl,mpc8548-guts";
+                       reg = <e0000 1000>;
+                       fsl,has-rstcr;
+               };
+
                mpic: [EMAIL PROTECTED] {
                        clock-frequency = <0>;
                        interrupt-controller;
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts 
b/arch/powerpc/boot/dts/mpc8568mds.dts
index 99fa5a0..b1dcfbe 100644
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
@@ -170,6 +170,12 @@
                        interrupt-parent = <&mpic>;
                };
 
+               [EMAIL PROTECTED] {     //global utilities block
+                       compatible = "fsl,mpc8548-guts";
+                       reg = <e0000 1000>;
+                       fsl,has-rstcr;
+               };
+
                [EMAIL PROTECTED] {
                        interrupt-map-mask = <f800 0 0 7>;
                        interrupt-map = <
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to