powerpc/fsl-booke: Update DCSR EPU device tree entries for existing SoCs
authorStephen George <Stephen.George@freescale.com>
Tue, 5 Mar 2013 19:46:56 +0000 (13:46 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 18 Mar 2013 19:09:28 +0000 (14:09 -0500)
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>
arch/powerpc/boot/dts/fsl/p2041si-post.dtsi
arch/powerpc/boot/dts/fsl/p3041si-post.dtsi
arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
arch/powerpc/boot/dts/fsl/p5020si-post.dtsi
arch/powerpc/boot/dts/fsl/p5040si-post.dtsi

index 69ac1ac..dc6cc5a 100644 (file)
        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>;
index 9b5a81a..3fa1e22 100644 (file)
        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>;
index 19859ad..34769a7 100644 (file)
        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>;
index 9ea77c3..bc3ae5a 100644 (file)
        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>;
index 97f8c26..a91897f 100644 (file)
        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>;