[PATCH 1/3] ARM: mediatek: Add basic support for mt6592

Arnd Bergmann arnd at arndb.de
Wed Oct 8 12:26:40 PDT 2014


On Wednesday 08 October 2014 17:36:25 Howard Chen wrote:
> +
> +       cpus {
> +               #address-cells = <1>;
> +               #size-cells = <0>;
> +
> +               cpu at 0 {
> +                       device_type = "cpu";
> +                       compatible = "arm,cortex-a7";
> +                       reg = <0x0>;
> +               };
> +               cpu at 1 {
> +                       device_type = "cpu";
> +                       compatible = "arm,cortex-a7";
> +                       reg = <0x1>;
> +               };
> +               cpu at 2 {
> +                       device_type = "cpu";
> +                       compatible = "arm,cortex-a7";
> +                       reg = <0x2>;
> +               };
> +               cpu at 3 {
> +                       device_type = "cpu";
> +                       compatible = "arm,cortex-a7";
> +                       reg = <0x3>;
> +               };
> +
> +       };
> 

Shouldn't there be eight cpu nodes for mt6592?

	Arnd



More information about the linux-arm-kernel mailing list