Commit 7e9dee0c authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c90c36e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@
			};
			bh1780@29 {
				compatible = "rohm,bh1780gli";
				reg = <0x33>;
				reg = <0x29>;
			};
		};