瀏覽代碼

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>
Linus Walleij 12 年之前
父節點
當前提交
7e9dee0ca2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/boot/dts/ste-href.dtsi

+ 1 - 1
arch/arm/boot/dts/ste-href.dtsi

@@ -103,7 +103,7 @@
 			};
 			bh1780@29 {
 				compatible = "rohm,bh1780gli";
-				reg = <0x33>;
+				reg = <0x29>;
 			};
 		};