Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: dsa: qca8k: document reset-gpios property

This patch documents the qca8k's reset-gpios property that
can be used if the QCA8337N ends up in a bad state during
reset.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Christian Lamparter and committed by
David S. Miller
e7dd8a89 b2c709cc

+6
+6
Documentation/devicetree/bindings/net/dsa/qca8k.txt
··· 9 9 - #size-cells: must be 0 10 10 - #address-cells: must be 1 11 11 12 + Optional properties: 13 + 14 + - reset-gpios: GPIO to be used to reset the whole device 15 + 12 16 Subnodes: 13 17 14 18 The integrated switch subnode should be specified according to the binding ··· 70 66 #address-cells = <1>; 71 67 #size-cells = <0>; 72 68 69 + reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>; 73 70 reg = <0x10>; 74 71 75 72 ports { ··· 128 123 #address-cells = <1>; 129 124 #size-cells = <0>; 130 125 126 + reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>; 131 127 reg = <0x10>; 132 128 133 129 ports {