OSDN Git Service

MPC8544DS: Remove CPU nodes
authorAlexander Graf <agraf@suse.de>
Sat, 23 Jul 2011 08:55:50 +0000 (10:55 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:02 +0000 (09:48 +0200)
We want to generate the CPU nodes in machine init code, so remove them from
the device tree definition that we precompile.

Signed-off-by: Alexander Graf <agraf@suse.de>
pc-bios/mpc8544ds.dtb
pc-bios/mpc8544ds.dts

index ae318b1..c6d3021 100644 (file)
Binary files a/pc-bios/mpc8544ds.dtb and b/pc-bios/mpc8544ds.dtb differ
index a88b47c..7eb3160 100644 (file)
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
-
-               PowerPC,8544@0 {
-                       device_type = "cpu";
-                       reg = <0x0>;
-                       d-cache-line-size = <32>;       // 32 bytes
-                       i-cache-line-size = <32>;       // 32 bytes
-                       d-cache-size = <0x8000>;                // L1, 32K
-                       i-cache-size = <0x8000>;                // L1, 32K
-                       timebase-frequency = <0>;
-                       bus-frequency = <0>;
-                       clock-frequency = <0>;
-               };
        };
 
        memory {