All of lore.kernel.org
 help / color / mirror / Atom feed
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 06/12] power: domain: ti: Add support for J784S4 SoC
Date: Sat, 19 Nov 2022 12:59:27 -0600	[thread overview]
Message-ID: <20221119185933.16194-7-hnagalla@ti.com> (raw)
In-Reply-To: <20221119185933.16194-1-hnagalla@ti.com>

Add support for J784S4 SoC.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Apurva Nandan <a-nandan@ti.com>
---
 drivers/power/domain/ti-power-domain.c | 6 ++++++
 include/k3-dev.h                       | 1 +
 2 files changed, 7 insertions(+)

diff --git a/drivers/power/domain/ti-power-domain.c b/drivers/power/domain/ti-power-domain.c
index a7f64d04f5..f8bcee4474 100644
--- a/drivers/power/domain/ti-power-domain.c
+++ b/drivers/power/domain/ti-power-domain.c
@@ -92,6 +92,12 @@ static const struct soc_attr ti_k3_soc_pd_data[] = {
 		.family = "AM62X",
 		.data = &am62x_pd_platdata,
 	},
+#endif
+#ifdef CONFIG_SOC_K3_J784S4
+	{
+		.family = "J784S4",
+		.data = &j784s4_pd_platdata,
+	},
 #endif
 	{ /* sentinel */ }
 };
diff --git a/include/k3-dev.h b/include/k3-dev.h
index 87e873b9ce..4c9d2cdfd7 100644
--- a/include/k3-dev.h
+++ b/include/k3-dev.h
@@ -79,6 +79,7 @@ extern const struct ti_k3_pd_platdata j721e_pd_platdata;
 extern const struct ti_k3_pd_platdata j7200_pd_platdata;
 extern const struct ti_k3_pd_platdata j721s2_pd_platdata;
 extern const struct ti_k3_pd_platdata am62x_pd_platdata;
+extern const struct ti_k3_pd_platdata j784s4_pd_platdata;
 
 u8 ti_pd_state(struct ti_pd *pd);
 u8 lpsc_get_state(struct ti_lpsc *lpsc);
-- 
2.17.1


  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 ` Hari Nagalla [this message]
2022-11-19 18:59 ` [PATCH 07/12] ram: k3-ddrss: " Hari Nagalla
2022-11-19 18:59 ` [PATCH 08/12] soc: ti: k3-socinfo: Add entry " Hari Nagalla
2022-11-19 18:59 ` [PATCH 09/12] board: ti: j784s4: Add board support " 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-7-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.