mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
26f732791f
commit
4903924ac7
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ properties:
|
|||
- onnn,ncp5623
|
||||
|
||||
reg:
|
||||
const: 0x38
|
||||
enum:
|
||||
- 0x38
|
||||
- 0x39
|
||||
|
||||
multi-led:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue