U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Neha Malcom Francis <n-francis@ti.com>
To: Manorit Chawdhry <m-chawdhry@ti.com>,
	Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
	Alper Nebi Yasak <alpernebiyasak@gmail.com>
Cc: <u-boot@lists.denx.de>, Nishanth Menon <nm@ti.com>,
	Andrew Davis <afd@ti.com>, Udit Kumar <u-kumar1@ti.com>,
	Aniket Limaye <a-limaye@ti.com>,
	Sumit Garg <sumit.garg@linaro.org>
Subject: Re: [PATCH v2 3/6] arch: arm: dts: k3-am68-sk-r5: Sync with J721s2 R5 file
Date: Thu, 9 May 2024 15:47:09 +0530	[thread overview]
Message-ID: <dc4de6d3-eeca-455d-b0b1-2b7833afa089@ti.com> (raw)
In-Reply-To: <20240509-b4-upstream-j721s2-of-upstream-v2-3-149563cd4901@ti.com>

Hi Manorit

On 09/05/24 15:23, Manorit Chawdhry wrote:
> Currently AM68 SK boots with J721s2 R5 DTS and then later changes to
> AM68 SK DT during runtime.
> 
> To split the support of J721s2 and AM68, sync AM68 R5 DT with J721s2 R5
> DT as that contains some essential node changes for booting up AM68
> using AM68 R5 DT.
> 
> secure_proxy_mcu and secure_proxy_sa3 node changes are required for
> establishing contact with TIFS running on M4 core, and the addition of
> new power domain helps in holding A72 in reset for configuration of
> firewalls.
> 
> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
> ---
>   arch/arm/dts/k3-am68-sk-r5-base-board.dts | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/k3-am68-sk-r5-base-board.dts b/arch/arm/dts/k3-am68-sk-r5-base-board.dts
> index 695aadc287bd..038b08dc3e01 100644
> --- a/arch/arm/dts/k3-am68-sk-r5-base-board.dts
> +++ b/arch/arm/dts/k3-am68-sk-r5-base-board.dts
> @@ -24,7 +24,8 @@
>   		compatible = "ti,am654-rproc";
>   		reg = <0x0 0x00a90000 0x0 0x10>;
>   		power-domains = <&k3_pds 61 TI_SCI_PD_EXCLUSIVE>,
> -				<&k3_pds 202 TI_SCI_PD_EXCLUSIVE>;
> +				<&k3_pds 202 TI_SCI_PD_EXCLUSIVE>,
> +				<&k3_pds 4 TI_SCI_PD_EXCLUSIVE>;
>   		resets = <&k3_reset 202 0>;
>   		clocks = <&k3_clks 61 1>;
>   		assigned-clocks = <&k3_clks 61 1>, <&k3_clks 202 0>;
> @@ -54,10 +55,12 @@
>   
>   &secure_proxy_mcu {
>   	bootph-pre-ram;
> +	status = "okay";
>   };
>   
>   &secure_proxy_sa3 {
>   	bootph-pre-ram;
> +	status = "okay";
>   };
>   
>   &cbass_mcu_wakeup {
> 

Reviewed-by: Neha Malcom Francis <n-francis@ti.com>

-- 
Thanking You
Neha Malcom Francis

  reply	other threads:[~2024-05-09 10:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09  9:53 [PATCH v2 0/6] Enable OF_UPSTREAM for J721s2 and AM68 Manorit Chawdhry
2024-05-09  9:53 ` [PATCH v2 1/6] board: ti: j721s2: j721s2.env: Add explicit boot_targets Manorit Chawdhry
2024-05-09  9:53 ` [PATCH v2 2/6] configs: j721s2_evm_a72_defconfig: Switch to bootstd Manorit Chawdhry
2024-05-09  9:53 ` [PATCH v2 3/6] arch: arm: dts: k3-am68-sk-r5: Sync with J721s2 R5 file Manorit Chawdhry
2024-05-09 10:17   ` Neha Malcom Francis [this message]
2024-05-09 12:29   ` Nishanth Menon
2024-05-10  5:04     ` Manorit Chawdhry
2024-05-09  9:53 ` [PATCH v2 4/6] arch: arm: dts: k3-j721s2-r5: Introduce k3-j721s2-r5.dtsi Manorit Chawdhry
2024-05-09 10:22   ` Neha Malcom Francis
2024-05-09  9:53 ` [PATCH v2 5/6] configs: am68_sk: Move to separate defconfig for AM68 SK board Manorit Chawdhry
2024-05-09 10:23   ` Neha Malcom Francis
2024-05-09  9:53 ` [PATCH v2 6/6] arm: dts: k3-j721s2|am68: Migrate to OF_UPSTREAM Manorit Chawdhry

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=dc4de6d3-eeca-455d-b0b1-2b7833afa089@ti.com \
    --to=n-francis@ti.com \
    --cc=a-limaye@ti.com \
    --cc=afd@ti.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=m-chawdhry@ti.com \
    --cc=nm@ti.com \
    --cc=sjg@chromium.org \
    --cc=sumit.garg@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=u-kumar1@ti.com \
    /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