-
Notifications
You must be signed in to change notification settings - Fork 914
Add Support for LTC3208 #3022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Support for LTC3208 #3022
Conversation
47e5181 to
d2fada2
Compare
edelweiseescala
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, just sharing what I've learned so far
d2fada2 to
57ca070
Compare
|
Changelog V2:
|
Add Documentation for LTC3208 Multidisplay LED Driver. Signed-off-by: Jan Carlo Roleda <[email protected]>
Kernel driver implementation for LTC3208 Multidisplay LED Driver Signed-off-by: Jan Carlo Roleda <[email protected]>
Add entry to Kconfig for LTC3208 driver Signed-off-by: Jan Carlo Roleda <[email protected]>
57ca070 to
999b8f4
Compare
| for (i = 0; i < LTC3208_NUM_AUX_LEDS; i++) { | ||
| ret = device_property_match_string(&client->dev, | ||
| ltc3208_dt_aux_channels[i], | ||
| str_val); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
str_val doesnt seem to have been initialized
| #define LTC3208_MAX_BRIGHTNESS_8BIT 0xFF | ||
|
|
||
| #define LTC3208_NUM_LED_GRPS 8 | ||
| #define LTC3208_NUM_AUX_LEDS 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
based on line 314, should this be 4?
PR Description
PR Type
PR Checklist