All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Jan Kiszka <jan.kiszka@siemens.com>, Nishanth Menon <nm@ti.com>,
	Tero Kristo <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>
Cc: <devicetree@vger.kernel.org>,
	Bao Cheng Su <baocheng.su@siemens.com>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Le Jin <le.jin@siemens.com>
Subject: Re: [PATCH v2 2/4] dt-bindings: arm: ti: Add bindings for Siemens IOT2050 boards
Date: Thu, 4 Mar 2021 11:44:56 +0530	[thread overview]
Message-ID: <2cf783e2-bd16-8bca-e542-9ccbca400f08@ti.com> (raw)
In-Reply-To: <68c2099e6b3a568fe43f522a042592b120f871a3.1613071976.git.jan.kiszka@siemens.com>



On 2/12/21 1:02 AM, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> These boards are based on AM6528 GP and AM6548 HS SOCs.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>

> ---
>  Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> index c6e1c1e63e43..b1ab0cf4a2d6 100644
> --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
> +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> @@ -23,6 +23,8 @@ properties:
>          items:
>            - enum:
>                - ti,am654-evm
> +              - siemens,iot2050-basic
> +              - siemens,iot2050-advanced
>            - const: ti,am654
>  
>        - description: K3 J721E SoC
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Jan Kiszka <jan.kiszka@siemens.com>, Nishanth Menon <nm@ti.com>,
	Tero Kristo <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>
Cc: <devicetree@vger.kernel.org>,
	Bao Cheng Su <baocheng.su@siemens.com>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Le Jin <le.jin@siemens.com>
Subject: Re: [PATCH v2 2/4] dt-bindings: arm: ti: Add bindings for Siemens IOT2050 boards
Date: Thu, 4 Mar 2021 11:44:56 +0530	[thread overview]
Message-ID: <2cf783e2-bd16-8bca-e542-9ccbca400f08@ti.com> (raw)
In-Reply-To: <68c2099e6b3a568fe43f522a042592b120f871a3.1613071976.git.jan.kiszka@siemens.com>



On 2/12/21 1:02 AM, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> These boards are based on AM6528 GP and AM6548 HS SOCs.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>

> ---
>  Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> index c6e1c1e63e43..b1ab0cf4a2d6 100644
> --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
> +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> @@ -23,6 +23,8 @@ properties:
>          items:
>            - enum:
>                - ti,am654-evm
> +              - siemens,iot2050-basic
> +              - siemens,iot2050-advanced
>            - const: ti,am654
>  
>        - description: K3 J721E SoC
> 

  reply	other threads:[~2021-03-04  6:18 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-11 19:32 [PATCH v2 0/4] arm64: Add TI AM65x-based IOT2050 boards Jan Kiszka
2021-02-11 19:32 ` Jan Kiszka
2021-02-11 19:32 ` [PATCH v2 1/4] dt-bindings: Add Siemens vendor prefix Jan Kiszka
2021-02-11 19:32   ` Jan Kiszka
2021-03-05 19:33   ` Rob Herring
2021-03-05 19:33     ` Rob Herring
2021-03-05 20:18     ` Nishanth Menon
2021-03-05 20:18       ` Nishanth Menon
2021-02-11 19:32 ` [PATCH v2 2/4] dt-bindings: arm: ti: Add bindings for Siemens IOT2050 boards Jan Kiszka
2021-02-11 19:32   ` Jan Kiszka
2021-03-04  6:14   ` Vignesh Raghavendra [this message]
2021-03-04  6:14     ` Vignesh Raghavendra
2021-03-05 19:33   ` Rob Herring
2021-03-05 19:33     ` Rob Herring
2021-02-11 19:32 ` [PATCH v2 3/4] arm64: dts: ti: Add support " Jan Kiszka
2021-02-11 19:32   ` Jan Kiszka
2021-03-04  6:58   ` Vignesh Raghavendra
2021-03-04  6:58     ` Vignesh Raghavendra
2021-03-09  7:18     ` Jan Kiszka
2021-03-09  7:18       ` Jan Kiszka
2021-03-09  8:38       ` [PATCH v3 " Jan Kiszka
2021-03-09  8:38         ` Jan Kiszka
2021-03-09 14:41         ` Nishanth Menon
2021-03-09 14:41           ` Nishanth Menon
2021-03-09 15:15           ` Jan Kiszka
2021-03-09 15:15             ` Jan Kiszka
2021-03-09 15:10         ` Nishanth Menon
2021-03-09 15:10           ` Nishanth Menon
2021-03-09 15:22           ` Jan Kiszka
2021-03-09 15:22             ` Jan Kiszka
2021-03-09 15:38             ` Nishanth Menon
2021-03-09 15:38               ` Nishanth Menon
2021-02-11 19:32 ` [PATCH v2 4/4] arm64: dts: ti: k3-am65-main: Add device_type to pcie*_rc nodes Jan Kiszka
2021-02-11 19:32   ` Jan Kiszka
2021-02-12 14:55   ` Kishon Vijay Abraham I
2021-02-12 14:55     ` Kishon Vijay Abraham I
2021-02-12 19:31 ` [PATCH v2 0/4] arm64: Add TI AM65x-based IOT2050 boards Jan Kiszka
2021-02-12 19:31   ` Jan Kiszka
2021-03-03 14:05 ` Nishanth Menon
2021-03-03 14:05   ` Nishanth Menon

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=2cf783e2-bd16-8bca-e542-9ccbca400f08@ti.com \
    --to=vigneshr@ti.com \
    --cc=baocheng.su@siemens.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jan.kiszka@siemens.com \
    --cc=kristo@kernel.org \
    --cc=le.jin@siemens.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.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 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.