Skip to content

Commit

Permalink
[POWERPC] Fix the ability to reset on MPC8544 DS and MPC8568 MDS boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roy Zang authored and Kumar Gala committed Jul 26, 2007
1 parent 006af9e commit 10ce8c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/powerpc/boot/dts/mpc8544ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions arch/powerpc/boot/dts/mpc8568mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@
interrupt-parent = <&mpic>;
};

global-utilities@e0000 { //global utilities block
compatible = "fsl,mpc8548-guts";
reg = <e0000 1000>;
fsl,has-rstcr;
};

pci@8000 {
interrupt-map-mask = <f800 0 0 7>;
interrupt-map = <
Expand Down

0 comments on commit 10ce8c6

Please sign in to comment.