projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c90c36e
)
ARM: ux500: correct I2C address of ambient light sensor
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 2 Oct 2013 11:40:09 +0000
(13:40 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 2 Oct 2013 13:03:03 +0000
(15:03 +0200)
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>
arch/arm/boot/dts/ste-href.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ste-href.dtsi
b/arch/arm/boot/dts/ste-href.dtsi
index
d675326
..
a561bc3
100644
(file)
--- 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 = <0x
33
>;
+ reg = <0x
29
>;
};
};