mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +00:00
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:
parent
f351f9110f
commit
85c2ea8fd3
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@
|
|||
};
|
||||
|
||||
bsec: efuse@5c005000 {
|
||||
compatible = "st,stm32mp15-bsec";
|
||||
compatible = "st,stm32mp13-bsec";
|
||||
reg = <0x5c005000 0x400>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue