Skip to content

Commit 8eb652b

Browse files
punitvaragalak
authored andcommitted
drivers: apds9960: Always default on I2C_0
Use I2C_0 instance by default for APDS9960 Signed-off-by: Punit Vara <[email protected]>
1 parent f315afd commit 8eb652b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sensor/apds9960/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ menuconfig APDS9960
1414
config APDS9960_I2C_DEV_NAME
1515
string "I2C Master"
1616
depends on APDS9960
17-
default I2C_SS_0_NAME
17+
default "I2C_0"
1818
help
1919
The device name of the I2C master device to which the APDS9960
2020
chip is connected.

0 commit comments

Comments
 (0)