Skip to content

Commit f719c97

Browse files
vishalmticshilwant
authored andcommitted
fix(u-boot): correct I2C bus number for Vpp programming in eFuse docs
Update I2C bus number from 2 to 1 in the eFuse programming documentation. The IO expander controlling the Vpp signal for eFuse programming is connected to I2C bus 1, not bus 2 as previously documented. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
1 parent 4c82a20 commit f719c97

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/linux/Foundational_Components/U-Boot/UG-Key-Writer-Lite.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ A typical flow to do OTP key writer lite is as follows:
111111
which then toggles the IO pin connected to the Vpp pin, thereby controlling the power supply to the pin.
112112
On TI EVM, Vpp pin can be turned on using the below commands:
113113

114-
.. rubric:: Select i2c bus 2, as chip 22 is connected to it, and probe the chip:
114+
.. rubric:: Select i2c bus 1, as chip 22 is connected to it, and probe the chip:
115115

116116
.. code-block:: text
117117
118-
=> i2c dev 2
118+
=> i2c dev 1
119119
=> i2c probe 22
120120
121121
.. rubric:: To turn off Vpp:

source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Follow these steps to enable or disable Vpp:
5656

5757
.. code-block:: text
5858
59-
# Select i2c bus 2 (chip 22 is connected to it)
60-
=> i2c dev 2
59+
# Select i2c bus 1 (chip 22 is connected to it)
60+
=> i2c dev 1
6161
6262
# Probe the chip
6363
=> i2c probe 22

0 commit comments

Comments
 (0)