[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <80b5867b-958a-41ff-854a-6a3173ddbdc0@ti.com>
Date: Sat, 19 Apr 2025 09:28:57 +0530
From: "Kumar, Udit" <u-kumar1@...com>
To: Anurag Dutta <a-dutta@...com>, <nm@...com>, <vigneshr@...com>,
<kristo@...nel.org>
CC: <vaishnav.a@...com>, <linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arm64: dts: ti: k3-j721e-common-proc-board: Add
bootph-all to HBMC nodes
On 4/11/2025 1:56 PM, Anurag Dutta wrote:
> Add bootph-all to HBMC controller and hyperflash nodes for successful
> hyperflash boot on j721e-evm.
>
> Signed-off-by: Anurag Dutta <a-dutta@...com>
> ---
>
> Test logs : https://gist.github.com/anuragdutta731/90a492589557c2ec2881e1de50a62006
>
> arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> index 4421852161dd..9ada749f16ba 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> @@ -570,6 +570,13 @@ &usb1 {
> maximum-speed = "high-speed";
> };
>
> +&hbmc {
> + bootph-all;
> + flash@0,0 {
> + bootph-all;
> + };
> +};
Could you check once , if this is duplicated
commit fbdb8aa4eab84 "arm64: dts: ti: k3-j721e-evm*: Add bootph-*
properties"
adds bootph-all in arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi file for
flash.
AFAIK, parent node should inherit property of child for bootph.
In case you are not getting in u-boot then u-boot shall fix this[0]
[0] : https://lore.kernel.org/all/20250327080642.2269856-1-m-shah@ti.com/
> +
> &ospi1 {
> pinctrl-names = "default";
> pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
Powered by blists - more mailing lists