All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH 01/18] soc: ti: k3-socinfo: Add entry for AM64X SoC family
Date: Thu, 6 May 2021 16:44:48 +0530	[thread overview]
Message-ID: <20210506111505.6741-2-lokeshvutla@ti.com> (raw)
In-Reply-To: <20210506111505.6741-1-lokeshvutla@ti.com>

Add support for AM64 SoC identification.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 drivers/soc/soc_ti_k3.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/soc/soc_ti_k3.c b/drivers/soc/soc_ti_k3.c
index ecc3278cb4..9abed7d490 100644
--- a/drivers/soc/soc_ti_k3.c
+++ b/drivers/soc/soc_ti_k3.c
@@ -13,6 +13,7 @@
 #define AM65X			0xbb5a
 #define J721E			0xbb64
 #define J7200			0xbb6d
+#define AM64X			0xbb38
 
 #define REV_SR1_0		0
 #define REV_SR2_0		1
@@ -44,6 +45,9 @@ static const char *get_family_string(u32 idreg)
 	case J7200:
 		family = "J7200";
 		break;
+	case AM64X:
+		family = "AM64X";
+		break;
 	default:
 		family = "Unknown Silicon";
 	};
-- 
2.30.0

  reply	other threads:[~2021-05-06 11:14 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 11:14 [PATCH 00/18] arm: k3-am64: Add initial support for AM64 SK Lokesh Vutla
2021-05-06 11:14 ` Lokesh Vutla [this message]
2021-05-08 10:06   ` [PATCH 01/18] soc: ti: k3-socinfo: Add entry for AM64X SoC family Vignesh Raghavendra
2021-05-09 13:34     ` Lokesh Vutla
2021-05-06 11:14 ` [PATCH 02/18] board: ti: am64x: Add support for reading eeprom data Lokesh Vutla
2021-05-06 11:14 ` [PATCH 03/18] board: ti: am64x: Enable support for reading EEPROM in R5 SPL Lokesh Vutla
2021-05-06 11:14 ` [PATCH 04/18] board: ti: am64x: Add support for detecting multiple device trees Lokesh Vutla
2021-05-06 11:14 ` [PATCH 05/18] arm: am64x: Add support for selecting DT based on EEPROM Lokesh Vutla
2021-05-06 11:14 ` [PATCH 06/18] include: configs: am64x: Avoid overlap of BSS and stack area Lokesh Vutla
2021-05-06 11:14 ` [PATCH 07/18] include: configs: am64x_evm: Optimize size of SPL BSS Lokesh Vutla
2021-05-06 11:14 ` [PATCH 08/18] include: configs: Update env for selecting right dtb Lokesh Vutla
2021-05-06 11:14 ` [PATCH 09/18] arm: dts: k3-am64-evm: Make chip id available before pre-reloc Lokesh Vutla
2021-05-06 11:14 ` [PATCH 10/18] arm: dts: k3-am642-r5-evm: Do not use power-domains for I2C Lokesh Vutla
2021-05-06 11:14 ` [PATCH 11/18] arm: dts: am642-evm: Add I2C nodes Lokesh Vutla
2021-05-06 11:14 ` [PATCH 12/18] arm: dts: am642-sk: Add initial sk dts Lokesh Vutla
2021-05-06 11:15 ` [PATCH 13/18] arm: dts: am642-r5-sk: Add r5 specific dts Lokesh Vutla
2021-05-06 11:15 ` [PATCH 14/18] configs: am64x_evm_r5: Enable checks for spl and stack sizes Lokesh Vutla
2021-05-06 11:15 ` [PATCH 15/18] configs: am64x_evm_r5: Enable support for building multiple device trees Lokesh Vutla
2021-05-06 11:15 ` [PATCH 16/18] configs: am64x_evm_a53: Enable configs for printing cpuinfo Lokesh Vutla
2021-05-06 11:15 ` [PATCH 17/18] configs: am64x_evm_a53: Enable support for reading eeprom Lokesh Vutla
2021-05-06 11:15 ` [PATCH 18/18] configs: am64x_evm_a53: Enable support for building multiple dtbs Lokesh Vutla
2021-05-07 18:18 ` [PATCH 00/18] arm: k3-am64: Add initial support for AM64 SK Tom Rini
2021-05-12 13:59 ` Lokesh Vutla

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=20210506111505.6741-2-lokeshvutla@ti.com \
    --to=lokeshvutla@ti.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 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.