summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/leds/backlight/gpio-backlight.txt
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2020-06-30 14:01:11 -0600
committerRob Herring <robh@kernel.org>2020-07-13 20:43:58 -0600
commit44e1655a444fe7a1bd81994d34c6bbb5245b9e60 (patch)
treeb20e47c2de08d3ce310a98615e02d7f89c77fece /Documentation/devicetree/bindings/leds/backlight/gpio-backlight.txt
parent038fb87fa3314e001de2dd4cf20a74fa623ac7ad (diff)
dt-bindings: backlight: Convert common backlight bindings to DT schema
Convert the common GPIO, LED, and PWM backlight bindings to DT schema format. Given there's only 2 common properties and the descriptions are slightly different, I opted to not create a common backlight schema. Cc: Lee Jones <lee.jones@linaro.org> Cc: Daniel Thompson <daniel.thompson@linaro.org> Cc: Jingoo Han <jingoohan1@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> Acked-by: Sam Ravnborg <sam@ravnborg.org> Link: https://lore.kernel.org/r/20200630200111.1170742-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds/backlight/gpio-backlight.txt')
-rw-r--r--Documentation/devicetree/bindings/leds/backlight/gpio-backlight.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/devicetree/bindings/leds/backlight/gpio-backlight.txt b/Documentation/devicetree/bindings/leds/backlight/gpio-backlight.txt
deleted file mode 100644
index 321be6640533..000000000000
--- a/Documentation/devicetree/bindings/leds/backlight/gpio-backlight.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-gpio-backlight bindings
-
-Required properties:
- - compatible: "gpio-backlight"
- - gpios: describes the gpio that is used for enabling/disabling the backlight.
- refer to bindings/gpio/gpio.txt for more details.
-
-Optional properties:
- - default-on: enable the backlight at boot.
-
-Example:
- backlight {
- compatible = "gpio-backlight";
- gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>;
- default-on;
- };