All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: Hari Nagalla <hnagalla@ti.com>,
	trini@konsulko.com, lukma@denx.de, jh80.chung@samsung.com,
	nm@ti.com, afd@ti.com, a-nandan@ti.com
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH 05/12] clk: clk-k3: Add support for J784S4 SoC
Date: Mon, 21 Nov 2022 23:12:52 -0500	[thread overview]
Message-ID: <7e47c6fd-fafc-0797-2cb0-b9b10878ef09@gmail.com> (raw)
In-Reply-To: <20221119185933.16194-6-hnagalla@ti.com>

On 11/19/22 13:59, Hari Nagalla wrote:
> Add support for J784S4 SoC.
> 
> Signed-off-by: Hari Nagalla <hnagalla@ti.com>
> Signed-off-by: Apurva Nandan <a-nandan@ti.com>
> ---
>   drivers/clk/ti/clk-k3.c | 6 ++++++
>   include/k3-clk.h        | 1 +
>   2 files changed, 7 insertions(+)
> 
> diff --git a/drivers/clk/ti/clk-k3.c b/drivers/clk/ti/clk-k3.c
> index 0dd65934b3..17e5b757f0 100644
> --- a/drivers/clk/ti/clk-k3.c
> +++ b/drivers/clk/ti/clk-k3.c
> @@ -79,6 +79,12 @@ static const struct soc_attr ti_k3_soc_clk_data[] = {
>   		.family = "AM62X",
>   		.data = &am62x_clk_platdata,
>   	},
> +#endif
> +#ifdef CONFIG_SOC_K3_J784S4
> +	{
> +		.family = "J784S4",
> +		.data = &j784s4_clk_platdata,

Please move the definition of this member from patch 3 to this patch. It
makes it easier to review.

--Sean

> +	},
>   #endif
>   	{ /* sentinel */ }
>   };
> diff --git a/include/k3-clk.h b/include/k3-clk.h
> index 371f077c44..42a0f25652 100644
> --- a/include/k3-clk.h
> +++ b/include/k3-clk.h
> @@ -175,6 +175,7 @@ extern const struct ti_k3_clk_platdata j721e_clk_platdata;
>   extern const struct ti_k3_clk_platdata j7200_clk_platdata;
>   extern const struct ti_k3_clk_platdata j721s2_clk_platdata;
>   extern const struct ti_k3_clk_platdata am62x_clk_platdata;
> +extern const struct ti_k3_clk_platdata j784s4_clk_platdata;
>   
>   struct clk *clk_register_ti_pll(const char *name, const char *parent_name,
>   				void __iomem *reg);


  reply	other threads:[~2022-11-22  4:13 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 [this message]
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 ` [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=7e47c6fd-fafc-0797-2cb0-b9b10878ef09@gmail.com \
    --to=seanga2@gmail.com \
    --cc=a-nandan@ti.com \
    --cc=afd@ti.com \
    --cc=hnagalla@ti.com \
    --cc=jh80.chung@samsung.com \
    --cc=lukma@denx.de \
    --cc=nm@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 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.