* [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
@ 2026-03-06 17:19 Ilya Sorochan
2026-03-09 17:12 ` Conor Dooley
2026-07-28 18:02 ` Conor Dooley
0 siblings, 2 replies; 6+ messages in thread
From: Ilya Sorochan @ 2026-03-06 17:19 UTC (permalink / raw)
To: devicetree; +Cc: Conor Dooley, Emil Renner Berthing, Ilya Sorochan
Add bootph-pre-ram to mmc1_pins clk-pins.
U-Boot pruned their overrides recently in favor of Linux which broke booting
from sd-card for me and Heinrich Schuchardt [1]. Pruning commit:
27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-common overrides")
[1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@canonical.com/
Signed-off-by: Ilya Sorochan <k0tran@altlinux.org>
---
arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
index 8cfe8033305d..11ab9fcee38a 100644
--- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
@@ -463,6 +463,7 @@ GPOEN_ENABLE,
input-disable;
input-schmitt-disable;
slew-rate = <0>;
+ bootph-pre-ram;
};
mmc-pins {
--
2.50.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
2026-03-06 17:19 [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card Ilya Sorochan
@ 2026-03-09 17:12 ` Conor Dooley
2026-07-28 18:02 ` Conor Dooley
1 sibling, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2026-03-09 17:12 UTC (permalink / raw)
To: devicetree, Ilya Sorochan; +Cc: conor, Conor Dooley, Emil Renner Berthing
From: Conor Dooley <conor.dooley@microchip.com>
On Fri, 06 Mar 2026 20:19:39 +0300, Ilya Sorochan wrote:
> Add bootph-pre-ram to mmc1_pins clk-pins.
>
> U-Boot pruned their overrides recently in favor of Linux which broke booting
> from sd-card for me and Heinrich Schuchardt [1]. Pruning commit:
> 27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-common overrides")
>
> [1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@canonical.com/
>
> [...]
Applied to riscv-dt-fixes, thanks! I modified the commit message slightly.
I opted to put it on fixes, in the hopes that it gets to U-Boot more
quickly that way.
[1/1] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
https://git.kernel.org/conor/c/cb3a0cd307b8
Thanks,
Conor.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
2026-03-06 17:19 [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card Ilya Sorochan
2026-03-09 17:12 ` Conor Dooley
@ 2026-07-28 18:02 ` Conor Dooley
2026-07-29 9:39 ` E Shattow
1 sibling, 1 reply; 6+ messages in thread
From: Conor Dooley @ 2026-07-28 18:02 UTC (permalink / raw)
To: devicetree, Ilya Sorochan
Cc: conor, Conor Dooley, Emil Renner Berthing, linux-riscv, e,
heinrich.schuchardt
From: Conor Dooley <mail@conchuod.ie>
On Fri, 06 Mar 2026 20:19:39 +0300, Ilya Sorochan wrote:
> Add bootph-pre-ram to mmc1_pins clk-pins.
>
> U-Boot pruned their overrides recently in favor of Linux which broke booting
> from sd-card for me and Heinrich Schuchardt [1]. Pruning commit:
> 27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-common overrides")
>
> [1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@canonical.com/
>
> [...]
Right, I am going to try this again. I don't think there's actually a
valid technical argument against it, since it just affects the stage at
which configuration is applied rather than configuration itself.
If the configuration is wrong, and more devices don't use this configuration
than do, people need to move the node to where they think should be. That
shall be done separately.
I don't want to hear about the politics about whether or not Starfive want
to support it or reverse engineering of binaries etc. All that I care about
is discussion of the hardware itself and which boards need this and which do
not.
Applied to riscv-dt-fixes, thanks!
[1/1] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
https://git.kernel.org/conor/c/42c57c049054
Thanks,
Conor.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
2026-07-28 18:02 ` Conor Dooley
@ 2026-07-29 9:39 ` E Shattow
2026-07-29 10:59 ` Conor Dooley
2026-07-29 11:21 ` Heinrich Schuchardt
0 siblings, 2 replies; 6+ messages in thread
From: E Shattow @ 2026-07-29 9:39 UTC (permalink / raw)
To: Conor Dooley, devicetree, Ilya Sorochan
Cc: Conor Dooley, Emil Renner Berthing, linux-riscv,
heinrich.schuchardt
On 7/28/26 11:02, Conor Dooley wrote:
> From: Conor Dooley <mail@conchuod.ie>
>
> On Fri, 06 Mar 2026 20:19:39 +0300, Ilya Sorochan wrote:
>> Add bootph-pre-ram to mmc1_pins clk-pins.
>>
>> U-Boot pruned their overrides recently in favor of Linux which broke booting
>> from sd-card for me and Heinrich Schuchardt [1]. Pruning commit:
>> 27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-common overrides")
>>
>> [1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@canonical.com/
>>
>> [...]
>
> Right, I am going to try this again. I don't think there's actually a
> valid technical argument against it, since it just affects the stage at
> which configuration is applied rather than configuration itself.
> If the configuration is wrong, and more devices don't use this configuration
> than do, people need to move the node to where they think should be. That
> shall be done separately.
>
> I don't want to hear about the politics about whether or not Starfive want
> to support it or reverse engineering of binaries etc. All that I care about
> is discussion of the hardware itself and which boards need this and which do
> not.
>
> Applied to riscv-dt-fixes, thanks!
>
> [1/1] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
> https://git.kernel.org/conor/c/42c57c049054
>
> Thanks,
> Conor.
Second NAK to this being applied, again, do not apply as-is.
As you're not interested in the technical discussion, then you won't
have one.
-E
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
2026-07-29 9:39 ` E Shattow
@ 2026-07-29 10:59 ` Conor Dooley
2026-07-29 11:21 ` Heinrich Schuchardt
1 sibling, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2026-07-29 10:59 UTC (permalink / raw)
To: E Shattow
Cc: devicetree, Ilya Sorochan, Conor Dooley, Emil Renner Berthing,
linux-riscv, heinrich.schuchardt
[-- Attachment #1: Type: text/plain, Size: 1968 bytes --]
On Wed, Jul 29, 2026 at 02:39:50AM -0700, E Shattow wrote:
>
>
> On 7/28/26 11:02, Conor Dooley wrote:
> > From: Conor Dooley <mail@conchuod.ie>
> >
> > On Fri, 06 Mar 2026 20:19:39 +0300, Ilya Sorochan wrote:
> >> Add bootph-pre-ram to mmc1_pins clk-pins.
> >>
> >> U-Boot pruned their overrides recently in favor of Linux which broke booting
> >> from sd-card for me and Heinrich Schuchardt [1]. Pruning commit:
> >> 27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-common overrides")
> >>
> >> [1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@canonical.com/
> >>
> >> [...]
> >
> > Right, I am going to try this again. I don't think there's actually a
> > valid technical argument against it, since it just affects the stage at
> > which configuration is applied rather than configuration itself.
> > If the configuration is wrong, and more devices don't use this configuration
> > than do, people need to move the node to where they think should be. That
> > shall be done separately.
> >
> > I don't want to hear about the politics about whether or not Starfive want
> > to support it or reverse engineering of binaries etc. All that I care about
> > is discussion of the hardware itself and which boards need this and which do
> > not.
> >
> > Applied to riscv-dt-fixes, thanks!
> >
> > [1/1] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
> > https://git.kernel.org/conor/c/42c57c049054
> >
> > Thanks,
> > Conor.
>
> Second NAK to this being applied, again, do not apply as-is.
>
> As you're not interested in the technical discussion, then you won't
> have one.
I am interested in technical discussion of the hardware configuration. I'm
not interested in reverse engineering of binaries, GPL compliance or
whether Starfive want this to work or not because I don't see how they
relate to the correctness of the hardware description.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
2026-07-29 9:39 ` E Shattow
2026-07-29 10:59 ` Conor Dooley
@ 2026-07-29 11:21 ` Heinrich Schuchardt
1 sibling, 0 replies; 6+ messages in thread
From: Heinrich Schuchardt @ 2026-07-29 11:21 UTC (permalink / raw)
To: Conor Dooley
Cc: Emil Renner Berthing, linux-riscv, Ilya Sorochan, devicetree,
Conor Dooley, E Shattow
On 7/29/26 11:39, E Shattow wrote:
>
>
> On 7/28/26 11:02, Conor Dooley wrote:
>> From: Conor Dooley <mail@conchuod.ie>
>>
>> On Fri, 06 Mar 2026 20:19:39 +0300, Ilya Sorochan wrote:
>>> Add bootph-pre-ram to mmc1_pins clk-pins.
>>>
>>> U-Boot pruned their overrides recently in favor of Linux which broke booting
>>> from sd-card for me and Heinrich Schuchardt [1]. Pruning commit:
>>> 27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-common overrides")
>>>
>>> [1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@canonical.com/
>>>
>>> [...]
>>
>> Right, I am going to try this again. I don't think there's actually a
>> valid technical argument against it, since it just affects the stage at
>> which configuration is applied rather than configuration itself.
>> If the configuration is wrong, and more devices don't use this configuration
>> than do, people need to move the node to where they think should be. That
>> shall be done separately.
>>
>> I don't want to hear about the politics about whether or not Starfive want
>> to support it or reverse engineering of binaries etc. All that I care about
>> is discussion of the hardware itself and which boards need this and which do
>> not.
>>
>> Applied to riscv-dt-fixes, thanks!
>>
>> [1/1] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card.
>> https://git.kernel.org/conor/c/42c57c049054
>>
>> Thanks,
>> Conor.
>
> Second NAK to this being applied, again, do not apply as-is.
>
> As you're not interested in the technical discussion, then you won't
> have one.
>
> -E
As E does not offer any reason for their NAK, I guess it can be safely
ignored as invalid.
Best regards
Heinrich
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-07-29 11:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06 17:19 [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card Ilya Sorochan
2026-03-09 17:12 ` Conor Dooley
2026-07-28 18:02 ` Conor Dooley
2026-07-29 9:39 ` E Shattow
2026-07-29 10:59 ` Conor Dooley
2026-07-29 11:21 ` Heinrich Schuchardt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).