forked from Minki/linux
7755313e69
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>
16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
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 {
|
|
};
|