diff options
author | Michael Walle <michael@walle.cc> | 2021-11-15 23:45:50 +0100 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2022-02-28 11:59:35 +0530 |
commit | 2810da7c80ad7d25ef987d65bcaad2479f1df30e (patch) | |
tree | d0c94bd5e2027b7b6f501f0c945d483b4c63c892 /doc | |
parent | 453d1711d22c4bccd48848a8450aa95cbc5008cc (diff) | |
download | u-boot-2810da7c80ad7d25ef987d65bcaad2479f1df30e.tar.gz u-boot-2810da7c80ad7d25ef987d65bcaad2479f1df30e.tar.bz2 u-boot-2810da7c80ad7d25ef987d65bcaad2479f1df30e.zip |
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: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/board/kontron/sl28.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/board/kontron/sl28.rst b/doc/board/kontron/sl28.rst index 04483e1e57..44435d90c6 100644 --- a/doc/board/kontron/sl28.rst +++ b/doc/board/kontron/sl28.rst @@ -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 ---------------- |