From: Hari Nagalla <hnagalla@ti.com>
To: <trini@konsulko.com>, <lukma@denx.de>, <seanga2@gmail.com>,
<jh80.chung@samsung.com>, <nm@ti.com>, <afd@ti.com>,
<a-nandan@ti.com>
Cc: <u-boot@lists.denx.de>, <hnagalla@ti.com>
Subject: [PATCH 08/12] soc: ti: k3-socinfo: Add entry for J784S4 SoC
Date: Sat, 19 Nov 2022 12:59:29 -0600 [thread overview]
Message-ID: <20221119185933.16194-9-hnagalla@ti.com> (raw)
In-Reply-To: <20221119185933.16194-1-hnagalla@ti.com>
Add support for J784S4 SoC Identification.
Signed-off-by: Hari Nagalla <hnagalla@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 b1e7c4ae5f..f4b82103bf 100644
--- a/drivers/soc/soc_ti_k3.c
+++ b/drivers/soc/soc_ti_k3.c
@@ -16,6 +16,7 @@
#define AM64X 0xbb38
#define J721S2 0xbb75
#define AM62X 0xbb7e
+#define J784S4 0xbb80
#define JTAG_ID_VARIANT_SHIFT 28
#define JTAG_ID_VARIANT_MASK (0xf << 28)
@@ -53,6 +54,9 @@ static const char *get_family_string(u32 idreg)
case AM62X:
family = "AM62X";
break;
+ case J784S4:
+ family = "J784S4";
+ break;
default:
family = "Unknown Silicon";
};
--
2.17.1
next prev parent reply other threads:[~2022-11-19 19:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-19 18:59 [PATCH 00/12] Introduce initial TI's J784S4 support Hari Nagalla
2022-11-19 18:59 ` [PATCH 01/12] arm: dts: introduce j784s4 dtbs from linux kernel Hari Nagalla
2022-11-19 18:59 ` [PATCH 02/12] arm: dts: introduce j784s4 u-boot dtbs Hari Nagalla
2022-11-19 18:59 ` [PATCH 03/12] arm: K3: Add basic support for J784S4 SoC definition Hari Nagalla
2022-11-21 16:01 ` Tom Rini
2022-11-19 18:59 ` [PATCH 04/12] drivers: dma: Add support for J784S4 Hari Nagalla
2022-12-21 4:27 ` Vignesh Raghavendra
2022-11-19 18:59 ` [PATCH 05/12] clk: clk-k3: Add support for J784S4 SoC Hari Nagalla
2022-11-22 4:12 ` Sean Anderson
2022-11-19 18:59 ` [PATCH 06/12] power: domain: ti: " Hari Nagalla
2022-11-19 18:59 ` [PATCH 07/12] ram: k3-ddrss: " Hari Nagalla
2022-11-19 18:59 ` Hari Nagalla [this message]
2022-11-19 18:59 ` [PATCH 09/12] board: ti: j784s4: Add board " Hari Nagalla
2022-11-21 16:01 ` Tom Rini
2022-11-19 18:59 ` [PATCH 10/12] dt-bindings: ti-serdes-mux: Add defines " Hari Nagalla
2022-11-19 18:59 ` [PATCH 11/12] configs: j784s4_evm_r5_defconfig: Add R5 specific defconfig Hari Nagalla
2022-11-19 18:59 ` [PATCH 12/12] configs: j784s4_evm_a72_defconfig: Add A72 " Hari Nagalla
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=20221119185933.16194-9-hnagalla@ti.com \
--to=hnagalla@ti.com \
--cc=a-nandan@ti.com \
--cc=afd@ti.com \
--cc=jh80.chung@samsung.com \
--cc=lukma@denx.de \
--cc=nm@ti.com \
--cc=seanga2@gmail.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 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.