The patch titled Subject: Documentation: add missing documentation for tps65217-bl device tree binding has been added to the -mm tree. Its filename is documentation-add-missing-documentation-for-tps65217-bl-device-tree-binding.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Matus Ujhelyi <ujhelyi.m@xxxxxxxxx> Subject: Documentation: add missing documentation for tps65217-bl device tree binding Signed-off-by: Matus Ujhelyi <matus.ujhelyi@xxxxxxxxxxxxxxxxxxx> Cc: Grant Likely <grant.likely@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt | 25 ++++++++++ 1 file changed, 25 insertions(+) diff -puN /dev/null Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt --- /dev/null +++ a/Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt @@ -0,0 +1,25 @@ +TPS65217 family of regulators + +The TPS65217 chip contains a boost converter and current sinks which can be +used to drive LEDs for use as backlights. + +Required properties: +- compatible: "ti,tps65217" +- reg: I2C slave address +- backlight: node for specifying WLED1 and WLED2 lines in TPS65217 +- isel: selection bit, valid values: 1 for ISEL1 (low-level) and 2 for ISEL2 (high-level) +- fdim: PWM dimming frequency, valid values: 100, 200, 500, 1000 + +Each regulator is defined using the standard binding for regulators. + +Example: + + tps: tps@24 { + reg = <0x24>; + compatible = "ti,tps65217"; + backlight { + isel = <1>; /* 1 - ISET1, 2 ISET2 */ + fdim = <100>; /* TPS65217_BL_FDIM_100HZ */ + }; + }; + _ Patches currently in -mm which might be from ujhelyi.m@xxxxxxxxx are documentation-add-missing-documentation-for-tps65217-bl-device-tree-binding.patch drivers-video-backlight-tps65217_blc-add-default-brightness-value-option.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html