Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
which then toggles the IO pin connected to the Vpp pin, thereby controlling the power supply to the pin.
On TI EVM, Vpp pin can be turned on using the below commands:

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

Check warning on line 114 in source/linux/Foundational_Components/U-Boot/UG-Key-Writer-Lite.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'is connected' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'is connected' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "source/linux/Foundational_Components/U-Boot/UG-Key-Writer-Lite.rst", "range": {"start": {"line": 114, "column": 46}}}, "severity": "INFO"}

.. code-block:: text
=> i2c dev 2
=> i2c dev 1
=> i2c probe 22
.. rubric:: To turn off Vpp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Follow these steps to enable or disable Vpp:

.. code-block:: text
# Select i2c bus 2 (chip 22 is connected to it)
=> i2c dev 2
# Select i2c bus 1 (chip 22 is connected to it)
=> i2c dev 1
# Probe the chip
=> i2c probe 22
Expand Down
Loading