diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-10-02 13:40:09 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-02 15:03:03 +0200 |
commit | 7e9dee0ca27f0bcedb4fad728bb0dc86da0863c7 (patch) | |
tree | 6703b28573858eec5795972fca8cd4cf8f0c114c /arch/arm/boot | |
parent | c90c36e4bceed4cb61853c3382abbc765ad46ef5 (diff) | |
download | blackbird-op-linux-7e9dee0ca27f0bcedb4fad728bb0dc86da0863c7.tar.gz blackbird-op-linux-7e9dee0ca27f0bcedb4fad728bb0dc86da0863c7.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/ste-href.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; }; |