Skip to content
Snippets Groups Projects
Commit 3666ec71 authored by Michele Cirinei's avatar Michele Cirinei
Browse files

[DRV] Add MP3385 WLED Driver support

Add driver for MP3385 wled driver, based on the PWM backlight driver, but adds i2c chip initialization management.
Initialization values can be passed to the driver via module parameter "settings" at command line or via DTS parameter.

Example command line part is
	"mp3385_bl.settings=0xF0,0x44,0x3B,0x03,0x7F,0xE7 ".
The same setting in DTS can be  obtained with
	"reg-val = <0xF0 0x44 0x3B 0x03 0x7F 0xE7>;
parent 566b1e67
1 merge request!45Update kernel with drivers from custom repository
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment