From: Niall Leonard <nl250060@xxxxxxx> Added optional "no-input" property Signed-off-by: Niall Leonard <nl250060@xxxxxxx> --- Documentation/devicetree/bindings/gpio/wd,mbl-gpio.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpio/wd,mbl-gpio.txt b/Documentation/devicetree/bindings/gpio/wd,mbl-gpio.txt index 038c3a6a1f4d..9405f9dad522 100644 --- a/Documentation/devicetree/bindings/gpio/wd,mbl-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/wd,mbl-gpio.txt @@ -18,6 +18,7 @@ Required properties: Optional properties: - no-output: GPIOs are read-only. + - no-input: GPIOs are write-only. Read is via a shadow register. Examples: gpio0: gpio0@e0000000 { -- 2.34.1