The rfkill-gpio driver supports setting two optional gpio: "reset-gpios" and "shutdown-gpios". The "reset-gpios" property is missing, so document it. Signed-off-by: Chukun Pan <amadeus@xxxxxxxxxx> --- Documentation/devicetree/bindings/net/rfkill-gpio.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/rfkill-gpio.yaml b/Documentation/devicetree/bindings/net/rfkill-gpio.yaml index 9630c8466fac..d01cefef6115 100644 --- a/Documentation/devicetree/bindings/net/rfkill-gpio.yaml +++ b/Documentation/devicetree/bindings/net/rfkill-gpio.yaml @@ -29,6 +29,9 @@ properties: - wlan - wwan + reset-gpios: + maxItems: 1 + shutdown-gpios: maxItems: 1 -- 2.25.1