summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/gpio/faraday,ftgpio010.txt
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2022-02-09 08:52:58 +0000
committerBartosz Golaszewski <brgl@bgdev.pl>2022-02-09 09:59:31 +0100
commitdec09a4dc165bb034830337f7fb4ed489d418b35 (patch)
treefbcf5dac1a056b4bc1a7941f5d9705bf2ae28fa8 /Documentation/devicetree/bindings/gpio/faraday,ftgpio010.txt
parent4f351edd26758702b0707aaa4c0aa277e4b52f07 (diff)
dt-bindings: gpio: convert faraday,ftgpio01 to yaml
Converts gpio/faraday,ftgpio010.txt to yaml. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio/faraday,ftgpio010.txt')
-rw-r--r--Documentation/devicetree/bindings/gpio/faraday,ftgpio010.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/Documentation/devicetree/bindings/gpio/faraday,ftgpio010.txt b/Documentation/devicetree/bindings/gpio/faraday,ftgpio010.txt
deleted file mode 100644
index d04236558619..000000000000
--- a/Documentation/devicetree/bindings/gpio/faraday,ftgpio010.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Faraday Technology FTGPIO010 GPIO Controller
-
-Required properties:
-
-- compatible : Should be one of
- "cortina,gemini-gpio", "faraday,ftgpio010"
- "moxa,moxart-gpio", "faraday,ftgpio010"
- "faraday,ftgpio010"
-- reg : Should contain registers location and length
-- interrupts : Should contain the interrupt line for the GPIO block
-- gpio-controller : marks this as a GPIO controller
-- #gpio-cells : Should be 2, see gpio/gpio.txt
-- interrupt-controller : marks this as an interrupt controller
-- #interrupt-cells : a standard two-cell interrupt flag, see
- interrupt-controller/interrupts.txt
-
-Example:
-
-gpio@4d000000 {
- compatible = "cortina,gemini-gpio", "faraday,ftgpio010";
- reg = <0x4d000000 0x100>;
- interrupts = <22 IRQ_TYPE_LEVEL_HIGH>;
- gpio-controller;
- #gpio-cells = <2>;
- interrupt-controller;
- #interrupt-cells = <2>;
-};