forked from OERV-BSP/u-boot
power: domain: ti: Add support for J721S2 SoC
Add support for J721S2 SoC. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
@@ -79,6 +79,11 @@ static const struct soc_attr ti_k3_soc_pd_data[] = {
|
||||
.family = "J7200",
|
||||
.data = &j7200_pd_platdata,
|
||||
},
|
||||
#elif CONFIG_SOC_K3_J721S2
|
||||
{
|
||||
.family = "J721S2",
|
||||
.data = &j721s2_pd_platdata,
|
||||
},
|
||||
#endif
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user