diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2007-07-13 17:35:33 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-26 00:19:57 -0500 |
commit | 10ce8c69d09c8dcdebe926adb2e7d28f540e2939 (patch) | |
tree | 5c774a5e1febc2c72f03f63023ba3975a2151f23 /arch/powerpc/boot/dts/mpc8544ds.dts | |
parent | 006af9e229bf28b59c451e8370deca87c7cc3ee6 (diff) |
[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 <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8544ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8544ds.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts index d8ee4a0198e..4680e201088 100644 --- a/arch/powerpc/boot/dts/mpc8544ds.dts +++ b/arch/powerpc/boot/dts/mpc8544ds.dts @@ -350,6 +350,12 @@ }; + global-utilities@e0000 { //global utilities block + compatible = "fsl,mpc8548-guts"; + reg = <e0000 1000>; + fsl,has-rstcr; + }; + mpic: pic@40000 { clock-frequency = <0>; interrupt-controller; |