Re: [PATCH] leds: lm3697: Fix out-of-bound access

From: Dan Murphy
Date: Tue Oct 06 2020 - 08:21:56 EST


All

On 10/6/20 6:59 AM, ultracoolguy@xxxxxxxxxxxx wrote:
While I do agree with you that having the child nodes be led strings make more sense, would it be possible to have, for example, three strings controlled by the same label?

Oct 6, 2020, 07:33 by kabel@xxxxxxxxxxxx:

By the way I just realized that the DT binding in this driver seems
incorrect to me.

The controller logically supports 3 LED strings, each having
configurable control bank.

There are two control banks. You can connect the HVLED outputs to either control bank A or B there is no individual control of the LED strings.


But the DT binding supports 2 DT nodes, one for each control bank
(identified by the `reg` property) and then `led-sources` says which
string should be controlled by given bank.

But taking in mind that DT should describe how devices are connected to
each other, I think the child nodes in the binding should instead
describe the 3 supported LED strings...

The outputs in this case are virtual outputs which are the banks (A and B).

Since the device is bank controlled the actual current sinks are not defined thus making the the banks the actual outputs.

This is why the 'reg' property defines the control bank either A or B and the led-sources indicates the strings associated with the control bank.

Dan