U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Manorit Chawdhry <m-chawdhry@ti.com>
Cc: Tom Rini <trini@konsulko.com>, <u-boot@lists.denx.de>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Neha Malcom Francis <n-francis@ti.com>,
	Udit Kumar <u-kumar1@ti.com>, Reid Tonking <reidt@ti.com>,
	Apurva Nandan <a-nandan@ti.com>, Andrew Davis <afd@ti.com>
Subject: Re: [PATCH v2 3/6] k3-j721s2: Sync from Linux tag v6.5-rc1
Date: Mon, 28 Aug 2023 11:23:59 -0500	[thread overview]
Message-ID: <20230828162359.7co7e3txnca2dmoc@maturely> (raw)
In-Reply-To: <20230816-b4-upstream-j721s2-r5-pinmux-v2-3-a5f141be40bc@ti.com>

On 16:47-20230825, Manorit Chawdhry wrote:
> The following commit syncs the device tree from Linux tag
> v6.5-rc1 to U-boot and fixes the following to be compatible with
> the future syncs -

[...]

> 
> diff --git a/arch/arm/dts/k3-j721s2-common-proc-board-u-boot.dtsi b/arch/arm/dts/k3-j721s2-common-proc-board-u-boot.dtsi
> index f940ffee8787..faa01169ebd8 100644
> --- a/arch/arm/dts/k3-j721s2-common-proc-board-u-boot.dtsi
> +++ b/arch/arm/dts/k3-j721s2-common-proc-board-u-boot.dtsi
> @@ -1,28 +1,10 @@
>  // SPDX-License-Identifier: GPL-2.0
>  /*
>  

[...]
> -&main_sdhci1 {
> +&usb0 {
> +	dr_mode = "peripheral";
There is a bit of a debate going on this one
https://lore.kernel.org/u-boot/20230706-handle-otg-as-periph-v3-0-27e24fa17345@baylibre.com/

But I don't see why we need to hold off for that resolution.

>  	bootph-pre-ram;
>  };

[...]

> diff --git a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
> index c74e8e58ae81..022618b37c74 100644
> --- a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
> +++ b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
> @@ -1,20 +1,19 @@
>  // SPDX-License-Identifier: GPL-2.0
>  /*
> - * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
> + * Copyright (C) 2021-2023 Texas Instruments Incorporated - https://www.ti.com/
>   */
>  
>  /dts-v1/;
>  
> -#include "k3-j721s2-som-p0.dtsi"
> +#include "k3-j721s2-common-proc-board.dts"
>  #include "k3-j721s2-ddr-evm-lp4-4266.dtsi"
>  #include "k3-j721s2-ddr.dtsi"
> -#include "k3-j721s2-binman.dtsi"
> +#include "k3-j721s2-common-proc-board-u-boot.dtsi"
>  
>  / {
>  	chosen {
> -		firmware-loader = &fs_loader0;
>  		stdout-path = &main_uart8;
we don't need this either.

[...]

> -	clk_19_2mhz: dummy_clock_19_2mhz {
> -		compatible = "fixed-clock";
> -		#clock-cells = <0>;
> -		clock-frequency = <19200000>;
> +&mcu_timer0 {
> +		clock-frequency = <250000000>;
>  		bootph-pre-ram;

Check your tabs for the clock-frequency and bootph property (you have
one extra tab tab).

> -	};
>  };
>  

[...]

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

  parent reply	other threads:[~2023-08-28 16:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 11:16 [PATCH v2 0/6] DTS Sync from v6.5-rc1 to u-boot Manorit Chawdhry
2023-08-25 11:16 ` [PATCH v2 1/6] configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM Manorit Chawdhry
2023-08-28 16:41   ` Nishanth Menon
2023-08-25 11:17 ` [PATCH v2 2/6] arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list Manorit Chawdhry
2023-08-28  2:05   ` Neha Malcom Francis
2023-08-28 16:35   ` Nishanth Menon
2023-08-25 11:17 ` [PATCH v2 3/6] k3-j721s2: Sync from Linux tag v6.5-rc1 Manorit Chawdhry
2023-08-28  2:16   ` Neha Malcom Francis
2023-08-28  7:34   ` Neha Malcom Francis
2023-08-28  7:56     ` Manorit Chawdhry
2023-08-28 16:23   ` Nishanth Menon [this message]
2023-08-25 11:17 ` [PATCH v2 4/6] k3-am68: " Manorit Chawdhry
2023-08-28  2:20   ` Neha Malcom Francis
2023-08-28 16:24   ` Nishanth Menon
2023-08-25 11:17 ` [PATCH v2 5/6] docs: ti: j721s2_evm: Create documentation from J7200 docs Manorit Chawdhry
2023-08-28  2:24   ` Neha Malcom Francis
2023-08-28 13:30   ` Nishanth Menon
2023-08-29 10:38     ` Manorit Chawdhry
2023-08-25 11:17 ` [PATCH v2 6/6] board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File Manorit Chawdhry
2023-08-28 16:39   ` Nishanth Menon

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=20230828162359.7co7e3txnca2dmoc@maturely \
    --to=nm@ti.com \
    --cc=a-nandan@ti.com \
    --cc=afd@ti.com \
    --cc=m-chawdhry@ti.com \
    --cc=n-francis@ti.com \
    --cc=reidt@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=u-kumar1@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