]> git.baikalelectronics.ru Git - uboot.git/commitdiff
stm32mp: Add support of STM32MP13x in bsec driver
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 6 Jan 2023 12:20:16 +0000 (13:20 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 12 Jan 2023 15:37:13 +0000 (16:37 +0100)
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>
arch/arm/mach-stm32mp/bsec.c

index fe79c986f95c62a411f106fe64219d31cf3e49bf..f5f4b20d4776fd57659a34814f172051102d7211 100644 (file)
@@ -761,6 +761,7 @@ static int stm32mp_bsec_probe(struct udevice *dev)
 }
 
 static const struct udevice_id stm32mp_bsec_ids[] = {
+       { .compatible = "st,stm32mp13-bsec" },
        { .compatible = "st,stm32mp15-bsec" },
        {}
 };