diff options
| author | Kyle Swenson <[email protected]> | 2024-08-22 22:01:21 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-08-26 13:24:10 -0700 |
| commit | ec82fa2c874f2efa55511684494949393d2789aa (patch) | |
| tree | 54054a6fb80fca732c5271ebfb6b920d6922d2d3 | |
| parent | d2ab3bb890f6a88facf89494ce50b27ff8236d24 (diff) | |
dt-bindings: pse: tps23881: add reset-gpios
The TPS23881 has an active-low reset pin that can be connected to an
SoC. Document this with the device-tree binding.
Signed-off-by: Kyle Swenson <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Oleksij Rempel <[email protected]>
Reviewed-by: Kory Maincent <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml b/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml index 6992d56832bf..d08abcb01211 100644 --- a/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml +++ b/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml @@ -23,6 +23,9 @@ properties: '#pse-cells': const: 1 + reset-gpios: + maxItems: 1 + channels: description: each set of 8 ports can be assigned to one physical channels or two for PoE4. This parameter describes the configuration |