Skip to content

Commit 045e3de

Browse files
committed
pinctrl: Mention list (-l) mode in the README
Because if we don't, somebody will ask for it. Signed-off-by: Phil Elwell <[email protected]>
1 parent d32d9ce commit 045e3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pinctrl/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Install the prerequisites with "sudo apt install cmake" - you need at least vers
3131

3232
* `sudo pinctrl` (Display the state of all recognised GPIOs)
3333
* `sudo pinctrl -p` (Show the state of the 40-way header pins)
34+
* `sudo pinctrl -l` (List the recognised GPIO controllers)
3435
* `sudo pinctrl 4,6 op dl` (Make GPIOs 4 and 6 outputs, driving low)
3536
* `sudo pinctrl poll BT_CTS,BT_RTS` (Monitor the levels of the Bluetooth flow control signals)
3637
* `pinctrl funcs 9-11` (List the available alternate functions on GPIOs 9, 10 and 11)

0 commit comments

Comments
 (0)