mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
ARM: ux500: correct I2C address of ambient light sensor
The ambient light sensor is places at address 0x29 nothing else. This patch makes the ambient light sensor probe again. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
c90c36e4bc
commit
7e9dee0ca2
|
|
@ -103,7 +103,7 @@ chan2 {
|
|||
};
|
||||
bh1780@29 {
|
||||
compatible = "rohm,bh1780gli";
|
||||
reg = <0x33>;
|
||||
reg = <0x29>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user