summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-09-21 18:50:52 +0300
committerRob Herring <robh@kernel.org>2015-10-22 17:21:22 +0300
commit7755313e69aac99800c617ea835d86cd06f7f54c (patch)
tree684f436cfc6caa0648be62297854028c73404390 /Documentation/devicetree/bindings/leds/backlight/88pm860x.txt
parentefdbd7345f8836f7495f3ac6ee237d86cb3bb6b0 (diff)
downloadlinux-7755313e69aac99800c617ea835d86cd06f7f54c.tar.xz
dt-bindings: move backlight bindings under leds
Backlights are generally a subtype of LEDs at least from a software point of view if not always electrically. Move the bindings from the video directory to underneath the leds dir. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds/backlight/88pm860x.txt')
-rw-r--r--Documentation/devicetree/bindings/leds/backlight/88pm860x.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt b/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt
new file mode 100644
index 000000000000..261df2799315
--- /dev/null
+++ b/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt
@@ -0,0 +1,15 @@
+88pm860x-backlight bindings
+
+Optional properties:
+ - marvell,88pm860x-iset: Current supplies on backlight device.
+ - marvell,88pm860x-pwm: PWM frequency on backlight device.
+
+Example:
+
+ backlights {
+ backlight-0 {
+ marvell,88pm860x-iset = <4>;
+ marvell,88pm860x-pwm = <3>;
+ };
+ backlight-2 {
+ };