All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	"Tero Kristo" <kristo@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<lore.kernel.org/r/20230320051304.2730692-1-vigneshr@ti.com>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	Anand Gadiyar <gadiyar@ti.com>
Subject: [PATCH v2 0/3] arm64: dts: ti: Introduce AM62x LP SK board support
Date: Wed, 22 Mar 2023 18:09:19 +0530	[thread overview]
Message-ID: <20230321-am62-lp-sk-v2-0-0a56e1694804@ti.com> (raw)

This add DT support for AM62x LP SK board which has Automotive package
variant of AM62x SoC with LPDDR4 and OSPI NAND

Product link: https://www.ti.com/tool/SK-AM62-LP
Logs: https://gist.github.com/r-vignesh/0ad701f3df614cc5f90b6de775f2584e

Since v1:
Drop wild card 'x' and rename compatible and dts file to am62-lp-sk.dts
as suggested by Krzysztof.

v1: lore.kernel.org/r/20230320051304.2730692-1-vigneshr@ti.com

--
2.40.0

---
Anand Gadiyar (2):
      arm64: dts: ti: Refractor AM625 SK dts
      arm64: ti: dts: Add support for AM62x LP SK

Vignesh Raghavendra (1):
      dt-bindings: arm: ti: k3: Add compatible for AM62x LP SK

 Documentation/devicetree/bindings/arm/ti/k3.yaml |   1 +
 arch/arm64/boot/dts/ti/Makefile                  |   1 +
 arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts         | 227 ++++++++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts           | 237 +-------
 arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi   | 274 ++++++++++
 5 files changed, 504 insertions(+), 236 deletions(-)
---
base-commit: f3594f0204b756638267242e26d9de611435c3ba
change-id: 20230321-am62-lp-sk-e7676a6aab41

Best regards,
-- 
Vignesh


WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	"Tero Kristo" <kristo@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<lore.kernel.org/r/20230320051304.2730692-1-vigneshr@ti.com>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	Anand Gadiyar <gadiyar@ti.com>
Subject: [PATCH v2 0/3] arm64: dts: ti: Introduce AM62x LP SK board support
Date: Wed, 22 Mar 2023 18:09:19 +0530	[thread overview]
Message-ID: <20230321-am62-lp-sk-v2-0-0a56e1694804@ti.com> (raw)

This add DT support for AM62x LP SK board which has Automotive package
variant of AM62x SoC with LPDDR4 and OSPI NAND

Product link: https://www.ti.com/tool/SK-AM62-LP
Logs: https://gist.github.com/r-vignesh/0ad701f3df614cc5f90b6de775f2584e

Since v1:
Drop wild card 'x' and rename compatible and dts file to am62-lp-sk.dts
as suggested by Krzysztof.

v1: lore.kernel.org/r/20230320051304.2730692-1-vigneshr@ti.com

--
2.40.0

---
Anand Gadiyar (2):
      arm64: dts: ti: Refractor AM625 SK dts
      arm64: ti: dts: Add support for AM62x LP SK

Vignesh Raghavendra (1):
      dt-bindings: arm: ti: k3: Add compatible for AM62x LP SK

 Documentation/devicetree/bindings/arm/ti/k3.yaml |   1 +
 arch/arm64/boot/dts/ti/Makefile                  |   1 +
 arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts         | 227 ++++++++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts           | 237 +-------
 arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi   | 274 ++++++++++
 5 files changed, 504 insertions(+), 236 deletions(-)
---
base-commit: f3594f0204b756638267242e26d9de611435c3ba
change-id: 20230321-am62-lp-sk-e7676a6aab41

Best regards,
-- 
Vignesh


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

             reply	other threads:[~2023-03-22 12:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 12:39 Vignesh Raghavendra [this message]
2023-03-22 12:39 ` [PATCH v2 0/3] arm64: dts: ti: Introduce AM62x LP SK board support Vignesh Raghavendra
2023-03-22 12:39 ` [PATCH v2 1/3] dt-bindings: arm: ti: k3: Add compatible for AM62x LP SK Vignesh Raghavendra
2023-03-22 12:39   ` Vignesh Raghavendra
2023-03-22 12:39 ` [PATCH v2 2/3] arm64: dts: ti: Refractor AM625 SK dts Vignesh Raghavendra
2023-03-22 12:39   ` Vignesh Raghavendra
2023-03-22 12:39 ` [PATCH v2 3/3] arm64: ti: dts: Add support for AM62x LP SK Vignesh Raghavendra
2023-03-22 12:39   ` Vignesh Raghavendra
2023-03-28 12:12 ` [PATCH v2 0/3] arm64: dts: ti: Introduce AM62x LP SK board support Nishanth Menon
2023-03-28 12:12   ` 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=20230321-am62-lp-sk-v2-0-0a56e1694804@ti.com \
    --to=vigneshr@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gadiyar@ti.com \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lore.kernel.org/r/20230320051304.2730692-1-vigneshr@ti.com \
    --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.