Skip to content

Commit 4903924

Browse files
fabioestevamlag-linaro
authored andcommitted
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 <[email protected]> Acked-by: "Rob Herring (Arm)" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 26f7327 commit 4903924

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/leds/onnn,ncp5623.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ properties:
1919
- onnn,ncp5623
2020

2121
reg:
22-
const: 0x38
22+
enum:
23+
- 0x38
24+
- 0x39
2325

2426
multi-led:
2527
type: object

0 commit comments

Comments
 (0)