Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365662
b: refs/heads/master
c: 17e45db
h: refs/heads/master
v: v3
  • Loading branch information
Matus Ujhelyi authored and Linus Torvalds committed Apr 30, 2013
1 parent 73d448f commit 5a01943
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4add06645a0be0519030705e3076e1a5ceba7477
refs/heads/master: 17e45db62a4683a7318294d652895dfad575da41
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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 */
};
};

0 comments on commit 5a01943

Please sign in to comment.