U-boot Archive mirror
 help / color / mirror / Atom feed
From: Bryan Brattlof <bb@ti.com>
To: Tom Rini <trini@konsulko.com>
Cc: <u-boot@lists.denx.de>, Nitin Yadav <n-yadav@ti.com>,
	Bryan Brattlof <bb@ti.com>, Dhruva Gole <d-gole@ti.com>
Subject: [PATCH v3 2/2] configs: add defconfigs for the am625-lp-sk
Date: Fri, 3 May 2024 11:44:29 -0500	[thread overview]
Message-ID: <20240429-am62q-wip-v3-2-17dcfdb1075a@ti.com> (raw)
In-Reply-To: <20240429-am62q-wip-v3-0-17dcfdb1075a@ti.com>

The am62x-lp-sk is a package and reference board spin of the am62x-sk to
showcase the low-power features of the am62x SoC family. Because it so
closely resembles the am62x-sk board, use the preprocessor to inherit
its configuration making the needed changes for this board where
necessary.

Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 configs/am62x_lp_sk_a53_defconfig | 3 +++
 configs/am62x_lp_sk_r5_defconfig  | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/configs/am62x_lp_sk_a53_defconfig b/configs/am62x_lp_sk_a53_defconfig
new file mode 100644
index 0000000000000..904b2142b2f53
--- /dev/null
+++ b/configs/am62x_lp_sk_a53_defconfig
@@ -0,0 +1,3 @@
+#include <configs/am62x_evm_a53_defconfig>
+CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62-lp-sk"
+CONFIG_OF_UPSTREAM=y
diff --git a/configs/am62x_lp_sk_r5_defconfig b/configs/am62x_lp_sk_r5_defconfig
new file mode 100644
index 0000000000000..93b3922e6fec5
--- /dev/null
+++ b/configs/am62x_lp_sk_r5_defconfig
@@ -0,0 +1,2 @@
+#include <configs/am62x_evm_r5_defconfig>
+CONFIG_DEFAULT_DEVICE_TREE="k3-am62-r5-lp-sk"

-- 
2.43.2


  parent reply	other threads:[~2024-05-03 16:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03 16:44 [PATCH v3 0/2] introduce basic support for TI's am625-lp-sk Bryan Brattlof
2024-05-03 16:44 ` [PATCH v3 1/2] arm: dts: add U-Boot dtbs for the am625-lp-sk Bryan Brattlof
2024-05-03 16:44 ` Bryan Brattlof [this message]
2024-05-15 18:21   ` [PATCH v3 2/2] configs: add defconfigs " Tom Rini
2024-05-15 18:48     ` Andrew Davis
2024-05-16 15:41       ` Bryan Brattlof
2024-05-16 16:15         ` Tom Rini

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=20240429-am62q-wip-v3-2-17dcfdb1075a@ti.com \
    --to=bb@ti.com \
    --cc=d-gole@ti.com \
    --cc=n-yadav@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).