diff options
author | Tom Rini <trini@konsulko.com> | 2023-01-13 09:56:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-13 09:56:19 -0500 |
commit | fe4c21de4fbf5756d354d2473ffc675e7596ccfb (patch) | |
tree | 8778bb160f68af9551d31a904af939f093235131 /doc | |
parent | b3f6e0ff1fe48fe56809ff85dc22c555bfc81035 (diff) | |
parent | 0e86f813f474ea6f46c6055b579eba10930dffd6 (diff) | |
download | u-boot-fe4c21de4fbf5756d354d2473ffc675e7596ccfb.tar.gz u-boot-fe4c21de4fbf5756d354d2473ffc675e7596ccfb.tar.bz2 u-boot-fe4c21de4fbf5756d354d2473ffc675e7596ccfb.zip |
Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians/u-boot-stm
Add driver to manage onboard hub supplies
Add calibration support for stm32-adc
Linux kernel v6.1 DT synchronization for stm32mp151.dtsi
stm32mp157a-dk1-scmi-u-boot.dtsi update
Add support of OP-TEE and STM32MP13x in bsec driver
ECDSA various fixes for stm32mp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/board/st/stm32mp1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/board/st/stm32mp1.rst b/doc/board/st/stm32mp1.rst index 3759df353e..9780ac9768 100644 --- a/doc/board/st/stm32mp1.rst +++ b/doc/board/st/stm32mp1.rst @@ -620,7 +620,7 @@ Prerequisite: check if a MAC address isn't yet programmed in OTP STM32MP> env print ethaddr ## Error: "ethaddr" not defined -3) check lock status of fuse 57 & 58 (at 0x39, 0=unlocked, 1=locked):: +3) check lock status of fuse 57 & 58 (at 0x39, 0=unlocked, 0x40000000=locked):: STM32MP> fuse sense 0 0x10000039 2 Sensing bank 0: @@ -640,11 +640,11 @@ Example to set mac address "12:34:56:78:9a:bc" 3) Lock OTP:: - STM32MP> fuse prog 0 0x10000039 1 1 + STM32MP> fuse prog 0 0x10000039 0x40000000 0x40000000 STM32MP> fuse sense 0 0x10000039 2 Sensing bank 0: - Word 0x10000039: 00000001 00000001 + Word 0x10000039: 40000000 40000000 4) next REBOOT, in the trace:: |