U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Kumar, Udit" <u-kumar1@ti.com>
To: Prasanth Babu Mantena <p-mantena@ti.com>, <trini@konsulko.com>,
	<sjg@chromium.org>, <alpernebiyasak@gmail.com>
Cc: <u-boot@lists.denx.de>, <vigneshr@ti.com>, <n-francis@ti.com>,
	<vaishnav.a@ti.com>, <s-k6@ti.com>
Subject: Re: [PATCH 4/4] arm: dts: k3-j722s*: Add overrides specific to OSPI
Date: Tue, 10 Dec 2024 21:08:31 +0530	[thread overview]
Message-ID: <ab7e3013-8d77-479a-a829-12d7e5cdab76@ti.com> (raw)
In-Reply-To: <20241210135731.1043269-5-p-mantena@ti.com>


On 12/10/2024 7:27 PM, Prasanth Babu Mantena wrote:
> From: Vaishnav Achath <vaishnav.a@ti.com>
>
> OSPI Booot requires overrides specific to R5 and also

Booot to Boot please


> to use DMA in R5 SPL stage the DM_TIFS needs to be enabled.

Sorry but, you are not enabling DM_TIFS, rather using it,

Please update commit message accordingly


> Add the corresponding overrides for R5 SPL stage.
>
> Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
> Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
> ---
>   arch/arm/dts/k3-j722s-evm-u-boot.dtsi |  4 ++++
>   arch/arm/dts/k3-j722s-r5-evm.dts      | 13 +++++++++++++
>   2 files changed, 17 insertions(+)
>
> diff --git a/arch/arm/dts/k3-j722s-evm-u-boot.dtsi b/arch/arm/dts/k3-j722s-evm-u-boot.dtsi
> index 88c4a72db61..6ae76beea3e 100644
> --- a/arch/arm/dts/k3-j722s-evm-u-boot.dtsi
> +++ b/arch/arm/dts/k3-j722s-evm-u-boot.dtsi
> @@ -16,3 +16,7 @@
>   &dmsc {
>   	bootph-pre-ram;
>   };
> +
> +&main_bcdma {
> +	bootph-pre-ram;
> +};
> diff --git a/arch/arm/dts/k3-j722s-r5-evm.dts b/arch/arm/dts/k3-j722s-r5-evm.dts
> index 1bec997c93c..d797e954f97 100644
> --- a/arch/arm/dts/k3-j722s-r5-evm.dts
> +++ b/arch/arm/dts/k3-j722s-r5-evm.dts
> @@ -81,3 +81,16 @@
>   &wkup_uart0 {
>   	status = "okay";
>   };
> +
> +&ospi0 {
> +	reg = <0x00 0x0fc40000 0x00 0x100>,
> +	      <0x00 0x60000000 0x00 0x08000000>;
> +};
> +
> +&main_bcdma {
> +	ti,sci = <&dm_tifs>;
> +};
> +
> +&main_pktdma {
> +	ti,sci = <&dm_tifs>;
> +};

  reply	other threads:[~2024-12-10 15:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-10 13:57 [PATCH 0/4] Fix OSPI boot for J722S Prasanth Babu Mantena
2024-12-10 13:57 ` [PATCH 1/4] mailbox: k3-sec-proxy: Add DM to DMSC communication thread " Prasanth Babu Mantena
2024-12-10 15:31   ` Kumar, Udit
2024-12-18 12:53     ` Prasanth Mantena
2024-12-10 13:57 ` [PATCH 2/4] arm: dts: k3-j722s-r5-evm: Fix DM2TIFS secproxy thread ID Prasanth Babu Mantena
2024-12-10 15:32   ` Kumar, Udit
2024-12-10 13:57 ` [PATCH 3/4] arm: mach-k3: j722_spl: Add FAST XSPI boot mode Prasanth Babu Mantena
2024-12-10 13:57 ` [PATCH 4/4] arm: dts: k3-j722s*: Add overrides specific to OSPI Prasanth Babu Mantena
2024-12-10 15:38   ` Kumar, Udit [this message]
2024-12-10 14:58 ` [PATCH 0/4] Fix OSPI boot for J722S Kumar, Udit

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=ab7e3013-8d77-479a-a829-12d7e5cdab76@ti.com \
    --to=u-kumar1@ti.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=n-francis@ti.com \
    --cc=p-mantena@ti.com \
    --cc=s-k6@ti.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vaishnav.a@ti.com \
    --cc=vigneshr@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