[PATCH v3] arm: mach-k3: j722s: Fix eMMC boot functionality broken by Ethernet boot
Kumar, Udit
u-kumar1 at ti.com
Thu Dec 4 15:03:16 CET 2025
On 12/4/2025 5:51 PM, Chintan Vankar wrote:
> While adding CPSW device support to enable Ethernet boot for J722S,
> dev-data and clk-data for eMMC was removed by mistake, which leads to eMMC
> boot failure. Update the dev-data and clk-data to fix that.
>
> Fixes: a02009f3a816 ("arm: mach-k3: j722s: Update SoC autogenerated data to enable Ethernet boot")
> Reported-by: Michael Walle <mwalle at kernel.org>
> Signed-off-by: Chintan Vankar <c-vankar at ti.com>
> Tested-by: Michael Walle <mwalle at kernel.org>
> ---
>
> This patch is based on commit '69c8ea98a713' of origin/master branch of
> u-boot.
>
> Link to v2:
> https://lore.kernel.org/r/20251201060839.777816-1-c-vankar@ti.com/
>
> Changes from v2 to v3:
> - Updated commit message as suggested by Udit Kumar.
Thanks
Reviewed-by: Udit Kumar <u-kumar1 at ti.com>
> arch/arm/mach-k3/r5/j722s/clk-data.c | 12 +++++++
> arch/arm/mach-k3/r5/j722s/dev-data.c | 50 +++++++++++++++-------------
> 2 files changed, 38 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm/mach-k3/r5/j722s/clk-data.c b/arch/arm/mach-k3/r5/j722s/clk-data.c
> index 238d57d0aa0..cb3d864c5a3 100644
> --- a/arch/arm/mach-k3/r5/j722s/clk-data.c
> +++ b/arch/arm/mach-k3/r5/j722s/clk-data.c
> @@ -68,6 +68,11 @@ static const char * const main_cp_gemac_cpts_clk_sel_out0_parents[] = {
> [..]
More information about the U-Boot
mailing list