Commit c8afdc01 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Jakub Kicinski

Documentation: dpll: wrap DPLL_CMD_PIN_GET output in a code block

DPLL_CMD_PIN_GET netlink command output for mux-type pins looks ugly
with normal paragraph formatting. Format it as a code block instead.
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarVadim Fedorenko <vadim.fedorenko@linux.dev>
Link: https://lore.kernel.org/r/20230928052708.44820-3-bagasdotme@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 92425d08
...@@ -119,19 +119,19 @@ with. ...@@ -119,19 +119,19 @@ with.
If a pin was registered with multiple parent pins, they behave like a If a pin was registered with multiple parent pins, they behave like a
multiple output multiplexer. In this case output of a multiple output multiplexer. In this case output of a
``DPLL_CMD_PIN_GET`` would contain multiple pin-parent nested ``DPLL_CMD_PIN_GET`` would contain multiple pin-parent nested
attributes with current state related to each parent, like: attributes with current state related to each parent, like::
'pin': [{{ 'pin': [{{
'clock-id': 282574471561216, 'clock-id': 282574471561216,
'module-name': 'ice', 'module-name': 'ice',
'capabilities': 4, 'capabilities': 4,
'id': 13, 'id': 13,
'parent-pin': [ 'parent-pin': [
{'parent-id': 2, 'state': 'connected'}, {'parent-id': 2, 'state': 'connected'},
{'parent-id': 3, 'state': 'disconnected'} {'parent-id': 3, 'state': 'disconnected'}
], ],
'type': 'synce-eth-port' 'type': 'synce-eth-port'
}}] }}]
Only one child pin can provide its signal to the parent MUX-type pin at Only one child pin can provide its signal to the parent MUX-type pin at
a time, the selection is done by requesting change of a child pin state a time, the selection is done by requesting change of a child pin state
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment