dt-bindings: backlight: Add binding for RAVE SP backlight driver
authorAndrey Smirnov <[email protected]>
Thu, 8 Mar 2018 19:20:46 +0000 (11:20 -0800)
committerLee Jones <[email protected]>
Mon, 30 Apr 2018 09:50:43 +0000 (10:50 +0100)
Add Device Tree bindings for RAVE SP backlight driver - an MFD cell of
parent RAVE SP driver (documented in
Documentation/devicetree/bindings/mfd/zii,rave-sp.txt).

Signed-off-by: Andrey Smirnov <[email protected]>
Acked-by: Daniel Thompson <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt b/Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt
new file mode 100644 (file)
index 0000000..ff5c921
--- /dev/null
@@ -0,0 +1,23 @@
+Zodiac Inflight Innovations RAVE Supervisory Processor Backlight Bindings
+
+RAVE SP backlight device is a "MFD cell" device corresponding to
+backlight functionality of RAVE Supervisory Processor. It is expected
+that its Device Tree node is specified as a child of the node
+corresponding to the parent RAVE SP device (as documented in
+Documentation/devicetree/bindings/mfd/zii,rave-sp.txt)
+
+Required properties:
+
+- compatible: Should be "zii,rave-sp-backlight"
+
+Example:
+
+       rave-sp {
+               compatible = "zii,rave-sp-rdu1";
+               current-speed = <38400>;
+
+               backlight {
+                       compatible = "zii,rave-sp-backlight";
+               };
+       }
+