From: Kumar Gala Date: Wed, 6 Feb 2008 05:58:30 +0000 (-0600) Subject: [POWERPC] 85xx: Add second cpu to 8572 dts X-Git-Tag: accepted/tizen/common/20141203.182822~24631^2~25^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e25867fe8d705bcf707ef52004b669eb795d06d;p=platform%2Fkernel%2Flinux-arm64.git [POWERPC] 85xx: Add second cpu to 8572 dts The 8572 is a dual core processor, not reason not to describe both cores in the device tree. Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index 813c259..db37214 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts @@ -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 {