]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: leds: ncp5623: Add 0x39 as a valid I2C address
authorFabio Estevam <festevam@gmail.com>
Thu, 3 Jul 2025 14:46:44 +0000 (11:46 -0300)
committerLee Jones <lee@kernel.org>
Wed, 23 Jul 2025 09:32:36 +0000 (10:32 +0100)
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>
Documentation/devicetree/bindings/leds/onnn,ncp5623.yaml

index 9c9f3a682ba2096fe44da12bfdb87b015c37c6cb..11d45c7f741da05975358254cb3b4c02942c5ef0 100644 (file)
@@ -19,7 +19,9 @@ properties:
       - onnn,ncp5623
 
   reg:
-    const: 0x38
+    enum:
+      - 0x38
+      - 0x39
 
   multi-led:
     type: object