arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC
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>
This commit is contained in:

committed by
Tom Rini

parent
201b08702e
commit
dd837d6c88
@@ -104,6 +104,10 @@ static const struct soc_attr ti_k3_soc_clk_data[] = {
|
|||||||
.family = "J784S4",
|
.family = "J784S4",
|
||||||
.data = &j784s4_clk_platdata,
|
.data = &j784s4_clk_platdata,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.family = "J742S2",
|
||||||
|
.data = &j784s4_clk_platdata,
|
||||||
|
},
|
||||||
#endif
|
#endif
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
|
@@ -116,6 +116,10 @@ static const struct soc_attr ti_k3_soc_pd_data[] = {
|
|||||||
.family = "J784S4",
|
.family = "J784S4",
|
||||||
.data = &j784s4_pd_platdata,
|
.data = &j784s4_pd_platdata,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.family = "J742S2",
|
||||||
|
.data = &j784s4_pd_platdata,
|
||||||
|
},
|
||||||
#endif
|
#endif
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user