Skip to content

Commit cfab327

Browse files
MaureenHelmgalak
authored andcommitted
boards: reel_board: Fix apds9960 i2c address
Fixes the apds9960 i2c address on the reel_board. Found while converting the apds9960 driver to use the i2c address from device tree rather than a hardcoded value in apds9960.h. Signed-off-by: Maureen Helm <[email protected]>
1 parent 6a546d1 commit cfab327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/arm/reel_board/reel_board.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
drdy-gpios = <&gpio0 22 GPIO_PUD_PULL_UP>;
101101
};
102102

103-
apds9960@29 {
103+
apds9960@39 {
104104
compatible = "avago,apds9960";
105-
reg = <0x29>;
105+
reg = <0x39>;
106106
label = "APDS9960";
107107
int-gpios = <&gpio0 23 0>;
108108
};

0 commit comments

Comments
 (0)