fix(stm32mp13-fdts): correct the BSEC nodes compatible

Device tree alignment with kernel and latest binding for BSEC node:
the rev2.0 is used on STM32MP13x devices with the new compatible
compatible = "st,stm32mp13-bsec".

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Change-Id: I62c4090ae5d5c1de901e6df1e8ea5d1a3296a272
This commit is contained in:
Patrick Delaunay 2022-02-16 15:40:10 +01:00 committed by Yann Gautier
parent f351f9110f
commit 85c2ea8fd3

View file

@ -416,7 +416,7 @@
};
bsec: efuse@5c005000 {
compatible = "st,stm32mp15-bsec";
compatible = "st,stm32mp13-bsec";
reg = <0x5c005000 0x400>;
#address-cells = <1>;
#size-cells = <1>;