> +             PowerPC,603e {                  /* Really 8241 */
> +                     device_type = "cpu";
> +                     reg = <0>;
> +                     clock-frequency = <d# 200000000>;       /* Hz */
> +                     timebase-frequency = <d# 33333333>;     /* Hz */
> +                     bus-frequency = <0>;
> +                     /* Following required by dtc but not used */
> +                     i-cache-line-size = <0>;
> +                     d-cache-line-size = <0>;
> +                     i-cache-size = <4000>;
> +                     d-cache-size = <4000>;
> +             };

The 32 bits kernel may not be using those yet, but it will. 64 bits does
already and I plan to merge those bits at one point. Get your cache line
size right (0 is wrong, though I will provide a fallback to the cputable
when the device-tree looks obviously wrong).

Cheers,
Ben.


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

Reply via email to