On 04/02/2013 02:16:05 AM, Shaveta Leekha wrote:
+/ {
+       compatible = "fsl,B4860";
+
+       cpus {
+               cpu1: PowerPC,e6500@1 {
+                       device_type = "cpu";
+                       reg = <2 3>;
+                       next-level-cache = <&L2>;
+               };
+               cpu2: PowerPC,e6500@2 {
+                       device_type = "cpu";
+                       reg = <4 5>;
+                       next-level-cache = <&L2>;
+               };
+               cpu3: PowerPC,e6500@3 {
+                       device_type = "cpu";
+                       reg = <6 7>;
+                       next-level-cache = <&L2>;
+               };

The unit addresses need to match "reg".

-Scott
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to