Skip to content

Commit

Permalink
powerpc/fsl-booke: Update DCSR EPU device tree entries for existing SoCs
Browse files Browse the repository at this point in the history
Identifies the epu as compatible with Chassis v1 Debug IP.

Signed-off-by: Stephen George <Stephen.George@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Stephen George authored and Kumar Gala committed Mar 18, 2013
1 parent 8c33de9 commit 37f2808
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/fsl/p2041si-post.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
compatible = "fsl,dcsr", "simple-bus";

dcsr-epu@0 {
compatible = "fsl,dcsr-epu";
compatible = "fsl,p2041-dcsr-epu", "fsl,dcsr-epu";
interrupts = <52 2 0 0
84 2 0 0
85 2 0 0>;
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/fsl/p3041si-post.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
compatible = "fsl,dcsr", "simple-bus";

dcsr-epu@0 {
compatible = "fsl,dcsr-epu";
compatible = "fsl,p3041-dcsr-epu", "fsl,dcsr-epu";
interrupts = <52 2 0 0
84 2 0 0
85 2 0 0>;
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
compatible = "fsl,dcsr", "simple-bus";

dcsr-epu@0 {
compatible = "fsl,dcsr-epu";
compatible = "fsl,p4080-dcsr-epu", "fsl,dcsr-epu";
interrupts = <52 2 0 0
84 2 0 0
85 2 0 0>;
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/fsl/p5020si-post.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
compatible = "fsl,dcsr", "simple-bus";

dcsr-epu@0 {
compatible = "fsl,dcsr-epu";
compatible = "fsl,p5020-dcsr-epu", "fsl,dcsr-epu";
interrupts = <52 2 0 0
84 2 0 0
85 2 0 0>;
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/fsl/p5040si-post.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
compatible = "fsl,dcsr", "simple-bus";

dcsr-epu@0 {
compatible = "fsl,dcsr-epu";
compatible = "fsl,p5040-dcsr-epu", "fsl,dcsr-epu";
interrupts = <52 2 0 0
84 2 0 0
85 2 0 0>;
Expand Down

0 comments on commit 37f2808

Please sign in to comment.