stm32mp: Add support of STM32MP13x in bsec driver
Add support for "st,stm32mp13-bsec" for STM32MP13x in the bsec driver based on OP-TEE pseudo TA STM32MP BSEC. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
parent
33a909a42a
commit
a33885ff49
@ -761,6 +761,7 @@ static int stm32mp_bsec_probe(struct udevice *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct udevice_id stm32mp_bsec_ids[] = {
|
static const struct udevice_id stm32mp_bsec_ids[] = {
|
||||||
|
{ .compatible = "st,stm32mp13-bsec" },
|
||||||
{ .compatible = "st,stm32mp15-bsec" },
|
{ .compatible = "st,stm32mp15-bsec" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user