From: Linus Walleij Date: Wed, 2 Oct 2013 11:40:09 +0000 (+0200) Subject: ARM: ux500: correct I2C address of ambient light sensor X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7e9dee0ca27f0bcedb4fad728bb0dc86da0863c7;p=deliverable%2Flinux.git 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 --- diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index d6753261796b..a561bc39e6ab 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -103,7 +103,7 @@ }; bh1780@29 { compatible = "rohm,bh1780gli"; - reg = <0x33>; + reg = <0x29>; }; };