[PATCH v2 2/8] dt-bindings: leds: register-bit-led: Use 'reg' instead of 'offset'

Rob Herring robh at kernel.org
Wed Oct 13 15:22:53 PDT 2021


On Mon, 13 Sep 2021 14:28:10 -0500, Rob Herring wrote:
> 'reg' is the standard property for defining register banks/addresses. Add
> it to use for the register address and deprecate 'offset'. This also
> allows for using standard node names with unit-addresses. However, since
> it is quite possible to have multiple nodes at the same register
> address, allow for the unit-address to optionally have the bit
> offset. The unit-address format is '@<reg address>[,<bit offset>]'. This
> matches the format recently added for nvmem binding which has the same
> issue.
> 
> Cc: Pavel Machek <pavel at ucw.cz>
> Cc: Linus Walleij <linus.walleij at linaro.org>
> Cc: linux-leds at vger.kernel.org
> Signed-off-by: Rob Herring <robh at kernel.org>
> ---
>  .../bindings/leds/register-bit-led.yaml       | 25 ++++++++++++++++---
>  1 file changed, 21 insertions(+), 4 deletions(-)
> 

Applied, thanks!



More information about the linux-arm-kernel mailing list