public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH v3 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology.
Date: Fri, 02 Jan 2015 22:17:53 +0100	[thread overview]
Message-ID: <1741288.B6kbjm5Uq5@wuerfel> (raw)
In-Reply-To: <1420011208-7051-4-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>

On Wednesday 31 December 2014 13:03:27 Ganapatrao Kulkarni wrote:
> +
> +	memory at 00000000 {
> +		device_type = "memory";
> +		reg = <0x0 0x00000000 0x0 0x80000000>;
> +		/* board 0, socket 0, no specific core */
> +		arm,associativity = <0 0 0xffff>;
> +	};
> +
> +	memory at 10000000000 {
> +		device_type = "memory";
> +		reg = <0x100 0x00000000 0x0 0x80000000>;
> +		/* board 1, socket 0, no specific core */
> +		arm,associativity = <1 0 0xffff>;
> +	};
> +};

So no memory in any other socket?

> +		cpu at 00f {
> +			device_type = "cpu";
> +			compatible = "cavium,thunder", "arm,armv8";
> +			reg = <0x0 0x00f>;
> +			enable-method = "psci";
> +			arm,associativity = <0 0 0x00f>;
> +		};
> +		cpu at 100 {
> +			device_type = "cpu";
> +			compatible = "cavium,thunder", "arm,armv8";
> +			reg = <0x0 0x100>;
> +			enable-method = "psci";
> +			arm,associativity = <0 0 0x100>;
> +		};

What is the 0x100 offset in the last-level topology field? Does this have
no significance to topology at all? I would expect that to be something
like cluster number that is relevant to caching and should be represented
as a separate level.

In contrast, the level-two topology information seems to always be
zero for all CPUs, so you could probably leave that one out.

> +	soc {
> +		compatible = "simple-bus";
> +		#address-cells = <2>;
> +		#size-cells = <2>;
> +		ranges;

The soc node is missing a topology information, please add one.

	Arnd

  parent reply	other threads:[~2015-01-02 21:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1420011208-7051-1-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
     [not found] ` <1420011208-7051-5-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
2015-01-02 21:10   ` [RFC PATCH v3 4/4] arm64:numa: adding numa support for arm64 platforms Arnd Bergmann
2015-01-06  9:25     ` Ganapatrao Kulkarni
2015-01-06 19:59       ` Arnd Bergmann
2015-01-07  7:09         ` Ganapatrao Kulkarni
     [not found] ` <1420011208-7051-3-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
2015-01-02 21:17   ` [RFC PATCH v3 2/4] Documentation: arm64/arm: dt bindings for numa Arnd Bergmann
2015-01-06  5:28     ` Ganapatrao Kulkarni
     [not found] ` <1420011208-7051-2-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
2015-01-02 21:17   ` [RFC PATCH v3 1/4] arm64: defconfig: increase NR_CPUS range to 2-4096 Arnd Bergmann
     [not found] ` <1420011208-7051-4-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
2015-01-02 21:17   ` Arnd Bergmann [this message]
2015-01-06  9:34     ` [RFC PATCH v3 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology Ganapatrao Kulkarni
2015-01-06 20:02       ` Arnd Bergmann
2015-01-07  7:07         ` Ganapatrao Kulkarni
2015-01-07  8:18           ` Arnd Bergmann
2015-01-14 17:36             ` Lorenzo Pieralisi
2015-01-14 18:48               ` Ganapatrao Kulkarni
2015-01-14 23:49                 ` Lorenzo Pieralisi
2015-01-15 17:32                   ` Arnd Bergmann
2014-12-31  7:36 [RFC PATCH v3 0/4] arm64:numa: Add numa support for arm64 platforms Ganapatrao Kulkarni
2014-12-31  7:36 ` [RFC PATCH v3 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology Ganapatrao Kulkarni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1741288.B6kbjm5Uq5@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox