Skip to content

Commit

Permalink
[POWERPC] 85xx: Add second cpu to 8572 dts
Browse files Browse the repository at this point in the history
The 8572 is a dual core processor, not reason not to describe both
cores in the device tree.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Feb 6, 2008
1 parent d8985fd commit 7e25867
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/powerpc/boot/dts/mpc8572ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
bus-frequency = <0>;
clock-frequency = <0>;
};

PowerPC,8572@1 {
device_type = "cpu";
reg = <1>;
d-cache-line-size = <20>; // 32 bytes
i-cache-line-size = <20>; // 32 bytes
d-cache-size = <8000>; // L1, 32K
i-cache-size = <8000>; // L1, 32K
timebase-frequency = <0>;
bus-frequency = <0>;
clock-frequency = <0>;
};
};

memory {
Expand Down

0 comments on commit 7e25867

Please sign in to comment.