diff options
| author | Fabio Estevam <festevam@gmail.com> | 2025-07-03 11:46:44 -0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-07-23 10:32:36 +0100 |
| commit | 4903924ac7ef31fbbe48b3261b1bc86ce6cd7e97 (patch) | |
| tree | 3e932499b8b481ef0b9a00ae4e05ba388725d055 | |
| parent | Revert "leds: trigger: netdev: Configure LED blink interval for HW offload" (diff) | |
| download | linux-4903924ac7ef31fbbe48b3261b1bc86ce6cd7e97.tar.gz linux-4903924ac7ef31fbbe48b3261b1bc86ce6cd7e97.zip | |
dt-bindings: leds: ncp5623: Add 0x39 as a valid I2C address
The NCP5623C variant has the I2C address at 0x39 according its datasheet:
https://www.mouser.com/datasheet/2/308/NCP5623C-D-64591.pdf
Make 0x39 a valid I2C address in the dt-binding.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: "Rob Herring (Arm)" <robh@kernel.org>
Link: https://lore.kernel.org/r/20250703144644.2878253-1-festevam@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/leds/onnn,ncp5623.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/onnn,ncp5623.yaml b/Documentation/devicetree/bindings/leds/onnn,ncp5623.yaml index 9c9f3a682ba2..11d45c7f741d 100644 --- a/Documentation/devicetree/bindings/leds/onnn,ncp5623.yaml +++ b/Documentation/devicetree/bindings/leds/onnn,ncp5623.yaml @@ -19,7 +19,9 @@ properties: - onnn,ncp5623 reg: - const: 0x38 + enum: + - 0x38 + - 0x39 multi-led: type: object |
