summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/mdio-gpio.txt
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2021-05-05 22:28:15 +0200
committerRob Herring <robh@kernel.org>2021-05-10 18:54:32 +0200
commitd30e82a6461baf709f8d850ce58cdf71095e0c66 (patch)
treef19ccaaede0b6ef1aaa97232aada59cc87a56d9f /Documentation/devicetree/bindings/net/mdio-gpio.txt
parentdt-bindings: add vendor prefix for Insignal Ltd (diff)
downloadlinux-d30e82a6461baf709f8d850ce58cdf71095e0c66.tar.xz
linux-d30e82a6461baf709f8d850ce58cdf71095e0c66.zip
dt-bindings: net: Convert mdio-gpio to yaml
Converts net/mdio-gpio.txt to yaml Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Link: https://lore.kernel.org/r/20210505202815.2665920-1-clabbe@baylibre.com Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/net/mdio-gpio.txt')
-rw-r--r--Documentation/devicetree/bindings/net/mdio-gpio.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/Documentation/devicetree/bindings/net/mdio-gpio.txt b/Documentation/devicetree/bindings/net/mdio-gpio.txt
deleted file mode 100644
index 4d91a36c5cf5..000000000000
--- a/Documentation/devicetree/bindings/net/mdio-gpio.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-MDIO on GPIOs
-
-Currently defined compatibles:
-- virtual,gpio-mdio
-- microchip,mdio-smi0
-
-MDC and MDIO lines connected to GPIO controllers are listed in the
-gpios property as described in section VIII.1 in the following order:
-
-MDC, MDIO.
-
-Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases"
-node.
-
-Example:
-
-aliases {
- mdio-gpio0 = &mdio0;
-};
-
-mdio0: mdio {
- compatible = "virtual,mdio-gpio";
- #address-cells = <1>;
- #size-cells = <0>;
- gpios = <&qe_pio_a 11
- &qe_pio_c 6>;
-};