diff options
| author | Fabio Estevam <festevam@gmail.com> | 2025-07-03 17:46:44 +0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-07-23 12:32:36 +0300 |
| commit | 4903924ac7ef31fbbe48b3261b1bc86ce6cd7e97 (patch) | |
| tree | 3e932499b8b481ef0b9a00ae4e05ba388725d055 /Documentation | |
| parent | 26f732791f2bcab18f59c61915bbe35225f30136 (diff) | |
| download | linux-4903924ac7ef31fbbe48b3261b1bc86ce6cd7e97.tar.xz | |
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>
Diffstat (limited to 'Documentation')
| -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 |
