* [PATCH] dts: beagleboneai64: Add boothph in chipid node
@ 2024-09-17 8:13 Udit Kumar
2024-09-17 16:54 ` Tom Rini
2024-09-21 2:39 ` Tom Rini
0 siblings, 2 replies; 4+ messages in thread
From: Udit Kumar @ 2024-09-17 8:13 UTC (permalink / raw)
To: trini
Cc: nm, u-boot, n-francis, rogerq, afd, bb, j-humphreys, sumit.garg,
Udit Kumar, Robert Nelson
beagleboneai64 boot was broken after OF_UPSTREAM support for
J721E SOC.
So add bootph in chipid node similar to other boards of
this SOC.
Fixes: 46bb1405b461 ("arm: dts: k3-j721e: Move to OF_UPSTREAM")
Reported-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
---
Boot logs
https://gist.github.com/uditkumarti/32604960dec65401cde8979e51160ba7
arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
index 884f44239e..27851b7d08 100644
--- a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
+++ b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
@@ -64,6 +64,10 @@
bootph-all;
};
+&chipid {
+ bootph-all;
+};
+
&mcu_ringacc {
reg = <0x0 0x2b800000 0x0 0x400000>,
<0x0 0x2b000000 0x0 0x400000>,
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dts: beagleboneai64: Add boothph in chipid node
2024-09-17 8:13 [PATCH] dts: beagleboneai64: Add boothph in chipid node Udit Kumar
@ 2024-09-17 16:54 ` Tom Rini
2024-09-17 17:16 ` Kumar, Udit
2024-09-21 2:39 ` Tom Rini
1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2024-09-17 16:54 UTC (permalink / raw)
To: Udit Kumar
Cc: nm, u-boot, n-francis, rogerq, afd, bb, j-humphreys, sumit.garg,
Robert Nelson
[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]
On Tue, Sep 17, 2024 at 01:43:29PM +0530, Udit Kumar wrote:
> beagleboneai64 boot was broken after OF_UPSTREAM support for
> J721E SOC.
> So add bootph in chipid node similar to other boards of
> this SOC.
>
> Fixes: 46bb1405b461 ("arm: dts: k3-j721e: Move to OF_UPSTREAM")
> Reported-by: Robert Nelson <robertcnelson@gmail.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---
> Boot logs
> https://gist.github.com/uditkumarti/32604960dec65401cde8979e51160ba7
>
> arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
> index 884f44239e..27851b7d08 100644
> --- a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
> +++ b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
> @@ -64,6 +64,10 @@
> bootph-all;
> };
>
> +&chipid {
> + bootph-all;
> +};
> +
Someone is upstreaming both of these, right?
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dts: beagleboneai64: Add boothph in chipid node
2024-09-17 16:54 ` Tom Rini
@ 2024-09-17 17:16 ` Kumar, Udit
0 siblings, 0 replies; 4+ messages in thread
From: Kumar, Udit @ 2024-09-17 17:16 UTC (permalink / raw)
To: Tom Rini
Cc: nm, u-boot, n-francis, rogerq, afd, bb, j-humphreys, sumit.garg,
Robert Nelson, Manorit Chawdhry
On 9/17/2024 10:24 PM, Tom Rini wrote:
> On Tue, Sep 17, 2024 at 01:43:29PM +0530, Udit Kumar wrote:
>> beagleboneai64 boot was broken after OF_UPSTREAM support for
>> J721E SOC.
>> So add bootph in chipid node similar to other boards of
>> this SOC.
>>
>> Fixes: 46bb1405b461 ("arm: dts: k3-j721e: Move to OF_UPSTREAM")
>> Reported-by: Robert Nelson <robertcnelson@gmail.com>
>> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
>> ---
>> Boot logs
>> https://gist.github.com/uditkumarti/32604960dec65401cde8979e51160ba7
>>
>> arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
>> index 884f44239e..27851b7d08 100644
>> --- a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
>> +++ b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
>> @@ -64,6 +64,10 @@
>> bootph-all;
>> };
>>
>> +&chipid {
>> + bootph-all;
>> +};
>> +
> Someone is upstreaming both of these, right?
Yes, patch posted for kernel by Manorit,
Please see
https://lore.kernel.org/all/20240814-b4-upstream-bootph-all-v4-4-f2b462000f25@ti.com/
But as of now, this node is defined as bootph-all for other J721E boards
arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi:&chipid {
arch/arm/dts/k3-j721e-sk-u-boot.dtsi:&chipid {
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dts: beagleboneai64: Add boothph in chipid node
2024-09-17 8:13 [PATCH] dts: beagleboneai64: Add boothph in chipid node Udit Kumar
2024-09-17 16:54 ` Tom Rini
@ 2024-09-21 2:39 ` Tom Rini
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2024-09-21 2:39 UTC (permalink / raw)
To: Udit Kumar
Cc: nm, u-boot, n-francis, rogerq, afd, bb, j-humphreys, sumit.garg,
Robert Nelson
On Tue, 17 Sep 2024 13:43:29 +0530, Udit Kumar wrote:
> beagleboneai64 boot was broken after OF_UPSTREAM support for
> J721E SOC.
> So add bootph in chipid node similar to other boards of
> this SOC.
>
>
Applied to u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-21 2:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17 8:13 [PATCH] dts: beagleboneai64: Add boothph in chipid node Udit Kumar
2024-09-17 16:54 ` Tom Rini
2024-09-17 17:16 ` Kumar, Udit
2024-09-21 2:39 ` Tom Rini
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.