Skip to content
Snippets Groups Projects
Commit 2810da7c authored by Michael Walle's avatar Michael Walle Committed by Priyanka Jain
Browse files

board: sl28: remove "Useful I2C tricks" section from docs


They are no longer needed, because we now have proper driver support for
the sl28cpld management controller.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain's avatarPriyanka Jain <priyanka.jain@nxp.com>
parent 453d1711
No related branches found
No related tags found
No related merge requests found
......@@ -50,21 +50,6 @@ Afterward you can copy this file to your ESP into the /EFI/UpdateCapsule/
folder. On the next EFI boot this will automatically update your
bootloader.
Useful I2C tricks
-----------------
The board has a board management controller which is not supported in
u-boot (yet). But you can use the i2c command to access it.
- reset into failsafe bootloader::
> i2c mw 4a 5.1 0; i2c mw 4a 6.1 6b; i2c mw 4a 4.1 42
- read board management controller version::
> i2c md 4a 3.1 1
Builtin watchdog
----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment