diff options
author | Qing Xu <qingx@marvell.com> | 2013-02-04 23:40:47 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-14 00:23:01 +0100 |
commit | ba3980df4fc145f36a577307d6387c42841438fd (patch) | |
tree | 338590cb46b8dba1b1f05c85a242e920ba3a8334 /Documentation/devicetree/bindings/video/backlight | |
parent | 58f1193e6210b986ce662b19aa7b96cf569c2eb3 (diff) | |
download | blackbird-op-linux-ba3980df4fc145f36a577307d6387c42841438fd.tar.gz blackbird-op-linux-ba3980df4fc145f36a577307d6387c42841438fd.zip |
Documentation: Add docs for max8925 dt
add docs for dt of max8925-mfd, max8925-backlight, and
max8925-battery
Signed-off-by: Qing Xu <qingx@marvell.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/video/backlight')
-rw-r--r-- | Documentation/devicetree/bindings/video/backlight/max8925-backlight.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/backlight/max8925-backlight.txt b/Documentation/devicetree/bindings/video/backlight/max8925-backlight.txt new file mode 100644 index 000000000000..b4cffdaa4137 --- /dev/null +++ b/Documentation/devicetree/bindings/video/backlight/max8925-backlight.txt @@ -0,0 +1,10 @@ +88pm860x-backlight bindings + +Optional properties: + - maxim,max8925-dual-string: whether support dual string + +Example: + + backlights { + maxim,max8925-dual-string = <0>; + }; |