[PATCH 1/3] gpio: dt-bindings: add new property to wd,mbl-gpio bindings
From: Niall Leonard via B4 Submission Endpoint
Date: Thu Jan 26 2023 - 05:19:28 EST
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