aboutsummaryrefslogtreecommitdiff
path: root/Documentation/powerpc/dts-bindings/gpio
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/powerpc/dts-bindings/gpio')
-rw-r--r--Documentation/powerpc/dts-bindings/gpio/led.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/powerpc/dts-bindings/gpio/led.txt b/Documentation/powerpc/dts-bindings/gpio/led.txt
deleted file mode 100644
index ff51f4c0fa9..00000000000
--- a/Documentation/powerpc/dts-bindings/gpio/led.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-LED connected to GPIO
-
-Required properties:
-- compatible : should be "gpio-led".
-- label : (optional) the label for this LED. If omitted, the label is
- taken from the node name (excluding the unit address).
-- gpios : should specify LED GPIO.
-
-Example:
-
-led@0 {
- compatible = "gpio-led";
- label = "hdd";
- gpios = <&mcu_pio 0 1>;
-};