All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh+dt@kernel.org>
To: Jayachandran C <jnair@caviumnetworks.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	"arm@kernel.org" <arm@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v4 4/5] dt-bindings: arm64 ARCH_THUNDER2 platform documentation
Date: Fri, 10 Feb 2017 08:55:31 -0600	[thread overview]
Message-ID: <CAL_JsqKm-c6D_fki_TsRYKH3aGoC5GE7n0DazNi7P268aj-93g@mail.gmail.com> (raw)
In-Reply-To: <1486667612-8168-1-git-send-email-jnair@caviumnetworks.com>

On Thu, Feb 9, 2017 at 1:13 PM, Jayachandran C <jnair@caviumnetworks.com> wrote:
> Add documentation for Cavium ThunderX2 CN99XX ARM64 processor family.
> The the SoC will use the ID "cavium,thunderx2-cn9900".
>
> Add documentation entry for the "cavium,thunder2" cpu core as well.
>
> Signed-off-by: Jayachandran C <jnair@caviumnetworks.com>
> ---
>
> v3->v4
> Documentation updates to reflect changes in device tree.
>
>  Documentation/devicetree/bindings/arm/cavium-thunder2.txt | 8 ++++++++
>  Documentation/devicetree/bindings/arm/cpus.txt            | 1 +
>  2 files changed, 9 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder2.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/cavium-thunder2.txt b/Documentation/devicetree/bindings/arm/cavium-thunder2.txt
> new file mode 100644
> index 0000000..dc5dd65
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/cavium-thunder2.txt
> @@ -0,0 +1,8 @@
> +Cavium ThunderX2 CN99XX platform tree bindings
> +----------------------------------------------
> +
> +Boards with Cavium ThunderX2 CN99XX SoC shall have the root property:
> +  compatible = "cavium,thunderx2-cn9900", "brcm,vulcan-soc";
> +
> +These SoC uses the "cavium,thunder2" core which will be compatible
> +with "brcm,vulcan".
> diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
> index a1bcfee..74f0b23 100644
> --- a/Documentation/devicetree/bindings/arm/cpus.txt
> +++ b/Documentation/devicetree/bindings/arm/cpus.txt
> @@ -169,6 +169,7 @@ nodes to be present and contain the properties described below.
>                             "brcm,brahma-b15"
>                             "brcm,vulcan"
>                             "cavium,thunder"
> +                           "cavium,thunder2"

Is this the same as brcm,vulcan?

>                             "faraday,fa526"
>                             "intel,sa110"
>                             "intel,sa1100"
> --
> 2.7.4
>

WARNING: multiple messages have this Message-ID (diff)
From: robh+dt@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/5] dt-bindings: arm64 ARCH_THUNDER2 platform documentation
Date: Fri, 10 Feb 2017 08:55:31 -0600	[thread overview]
Message-ID: <CAL_JsqKm-c6D_fki_TsRYKH3aGoC5GE7n0DazNi7P268aj-93g@mail.gmail.com> (raw)
In-Reply-To: <1486667612-8168-1-git-send-email-jnair@caviumnetworks.com>

On Thu, Feb 9, 2017 at 1:13 PM, Jayachandran C <jnair@caviumnetworks.com> wrote:
> Add documentation for Cavium ThunderX2 CN99XX ARM64 processor family.
> The the SoC will use the ID "cavium,thunderx2-cn9900".
>
> Add documentation entry for the "cavium,thunder2" cpu core as well.
>
> Signed-off-by: Jayachandran C <jnair@caviumnetworks.com>
> ---
>
> v3->v4
> Documentation updates to reflect changes in device tree.
>
>  Documentation/devicetree/bindings/arm/cavium-thunder2.txt | 8 ++++++++
>  Documentation/devicetree/bindings/arm/cpus.txt            | 1 +
>  2 files changed, 9 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder2.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/cavium-thunder2.txt b/Documentation/devicetree/bindings/arm/cavium-thunder2.txt
> new file mode 100644
> index 0000000..dc5dd65
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/cavium-thunder2.txt
> @@ -0,0 +1,8 @@
> +Cavium ThunderX2 CN99XX platform tree bindings
> +----------------------------------------------
> +
> +Boards with Cavium ThunderX2 CN99XX SoC shall have the root property:
> +  compatible = "cavium,thunderx2-cn9900", "brcm,vulcan-soc";
> +
> +These SoC uses the "cavium,thunder2" core which will be compatible
> +with "brcm,vulcan".
> diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
> index a1bcfee..74f0b23 100644
> --- a/Documentation/devicetree/bindings/arm/cpus.txt
> +++ b/Documentation/devicetree/bindings/arm/cpus.txt
> @@ -169,6 +169,7 @@ nodes to be present and contain the properties described below.
>                             "brcm,brahma-b15"
>                             "brcm,vulcan"
>                             "cavium,thunder"
> +                           "cavium,thunder2"

Is this the same as brcm,vulcan?

>                             "faraday,fa526"
>                             "intel,sa110"
>                             "intel,sa1100"
> --
> 2.7.4
>

  reply	other threads:[~2017-02-10 14:55 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-07 21:19 [PATCH v3 0/5] Add Cavium ARCH_THUNDER2 platform Jayachandran C
2017-02-07 21:19 ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 1/5] arm64: add THUNDER2 processor family Jayachandran C
2017-02-07 21:19   ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 2/5] MAINTAINERS: Add Cavium ThunderX2 entry Jayachandran C
2017-02-07 21:19   ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 3/5] arm64: dts: add device tree for ARCH_THUNDER2 Jayachandran C
2017-02-07 21:19   ` Jayachandran C
     [not found] ` <1486502399-2950-1-git-send-email-jnair-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2017-02-07 21:19   ` [PATCH v3 4/5] dt-bindings: arm64 ARCH_THUNDER2 platform documentation Jayachandran C
2017-02-07 21:19     ` Jayachandran C
     [not found]     ` <1486502399-2950-5-git-send-email-jnair-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2017-02-07 22:35       ` Rob Herring
2017-02-07 22:35         ` Rob Herring
     [not found]         ` <CAL_Jsq+i2evzVnQKf3qYMYJVZ=ecdSQObGy8CMn7aMoxBi_PTg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-08  5:32           ` Jayachandran C
2017-02-08  5:32             ` Jayachandran C
2017-02-08  8:42             ` Arnd Bergmann
2017-02-08  8:42               ` Arnd Bergmann
     [not found]               ` <CAK8P3a07eo0htv_y6H_aHvAaeo5two3vQTaySuFXpG+dzYguUQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-09 19:05                 ` Jayachandran C
2017-02-09 19:05                   ` Jayachandran C
2017-02-09 19:12                 ` [PATCH v4 3/5] arm64: dts: add device tree for ARCH_THUNDER2 Jayachandran C
2017-02-09 19:12                   ` Jayachandran C
2017-02-09 19:13               ` [PATCH v4 4/5] dt-bindings: arm64 ARCH_THUNDER2 platform documentation Jayachandran C
2017-02-09 19:13                 ` Jayachandran C
2017-02-10 14:55                 ` Rob Herring [this message]
2017-02-10 14:55                   ` Rob Herring
     [not found]                   ` <CAL_JsqKm-c6D_fki_TsRYKH3aGoC5GE7n0DazNi7P268aj-93g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-10 15:07                     ` Jayachandran C
2017-02-10 15:07                       ` Jayachandran C
2017-02-10 17:32                       ` Rob Herring
2017-02-10 17:32                         ` Rob Herring
     [not found]                         ` <CAL_JsqLaLnzFzQbGVpxGRFjkjSEM7mmGMd+xJ_urwcX5Jq9L+w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-11 16:05                           ` Jayachandran C
2017-02-11 16:05                             ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 5/5] arm64: add ARCH_THUNDER2 to defconfig Jayachandran C
2017-02-07 21:19   ` Jayachandran C

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=CAL_JsqKm-c6D_fki_TsRYKH3aGoC5GE7n0DazNi7P268aj-93g@mail.gmail.com \
    --to=robh+dt@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jnair@caviumnetworks.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=will.deacon@arm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.