On Fri, 04 Oct 2024 09:59:22 +0200, Linus Walleij wrote: > The BCM63138 family of serial LED controllers has a register > where we can set up bits for the shift registers. These are > the number of rounds the bits need to be shifted before all > bits have been shifted through the external shift registers. > > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v2->v3: > - Mention that HW defaults will be used if the shift > register property is missing. > ChangeLog v1->v2: > - Drop the $ref to u32 since the new property is suffixed > with "-bits" and thus get standard treatment. > --- > Documentation/devicetree/bindings/leds/leds-bcm63138.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>