powerpc/fsl: Updated device trees for platforms with corenet version 2
authorDiana Craciun <Diana.Craciun@freescale.com>
Mon, 5 May 2014 16:04:27 +0000 (19:04 +0300)
committerScott Wood <scottwood@freescale.com>
Thu, 22 May 2014 23:08:26 +0000 (18:08 -0500)
Updated the device trees according to the corenet-cf
binding definition.

Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/b4860emu.dts
arch/powerpc/boot/dts/fsl/b4420si-post.dtsi
arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
arch/powerpc/boot/dts/fsl/b4si-post.dtsi
arch/powerpc/boot/dts/fsl/t4240si-post.dtsi
arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi
arch/powerpc/boot/dts/t4240emu.dts

index 7290021..85646b4 100644 (file)
                        device_type = "cpu";
                        reg = <0 1>;
                        next-level-cache = <&L2>;
+                       fsl,portid-mapping = <0x80000000>;
                };
                cpu1: PowerPC,e6500@2 {
                        device_type = "cpu";
                        reg = <2 3>;
                        next-level-cache = <&L2>;
+                       fsl,portid-mapping = <0x80000000>;
                };
                cpu2: PowerPC,e6500@4 {
                        device_type = "cpu";
                        reg = <4 5>;
                        next-level-cache = <&L2>;
+                       fsl,portid-mapping = <0x80000000>;
                };
                cpu3: PowerPC,e6500@6 {
                        device_type = "cpu";
                        reg = <6 7>;
                        next-level-cache = <&L2>;
+                       fsl,portid-mapping = <0x80000000>;
                };
        };
 };
        };
 
        corenet-cf@18000 {
-               compatible = "fsl,b4-corenet-cf";
+               compatible = "fsl,corenet2-cf", "fsl,corenet-cf";
                reg = <0x18000 0x1000>;
                interrupts = <16 2 1 0>;
                fsl,ccf-num-csdids = <32>;
        iommu@20000 {
                compatible = "fsl,pamu-v1.0", "fsl,pamu";
                reg = <0x20000 0x4000>;
+               fsl,portid-mapping = <0x8000>;
                #address-cells = <1>;
                #size-cells = <1>;
                interrupts = <
index 60566f9..d678944 100644 (file)
                compatible = "fsl,b4420-l3-cache-controller", "cache";
        };
 
-       corenet-cf@18000 {
-               compatible = "fsl,b4420-corenet-cf";
-       };
-
        guts: global-utilities@e0000 {
                compatible = "fsl,b4420-device-config", "fsl,qoriq-device-config-2.0";
        };
Simple merge