]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC
authorManorit Chawdhry <m-chawdhry@ti.com>
Mon, 17 Mar 2025 04:54:24 +0000 (10:24 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:37:46 +0000 (11:37 -0600)
Re-use j784s4 clocks and power domains for j742s2 family of device.

Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
drivers/clk/ti/clk-k3.c
drivers/power/domain/ti-power-domain.c

index bf65f573cb86ed30aed96ea59189dd3b2f3b16cf..734a71a8ef00c7d673dfe409a99191b91cd10774 100644 (file)
@@ -104,6 +104,10 @@ static const struct soc_attr ti_k3_soc_clk_data[] = {
                .family = "J784S4",
                .data = &j784s4_clk_platdata,
        },
+       {
+               .family = "J742S2",
+               .data = &j784s4_clk_platdata,
+       },
 #endif
        { /* sentinel */ }
 };
index 5e7a4c5648d8f94d0f9587213837b31bf7245219..9dafb04a2a1bcd6f04f828812f2841bd8ddc3254 100644 (file)
@@ -116,6 +116,10 @@ static const struct soc_attr ti_k3_soc_pd_data[] = {
                .family = "J784S4",
                .data = &j784s4_pd_platdata,
        },
+       {
+               .family = "J742S2",
+               .data = &j784s4_pd_platdata,
+       },
 #endif
        { /* sentinel */ }
 };