[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130529155415.GG3012@gmail.com>
Date: Wed, 29 May 2013 16:54:15 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Gabriel Fernandez <gabriel.fernandez.st@...il.com>
Cc: linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Olivier Clergeaud <olivier.clergeaud@...com>,
Gabriel Fernandez <gabriel.fernandez@...com>
Subject: Re: [PATCH 3/4] ARM: u8540: Add device tree support for bh1780
On Wed, 29 May 2013, Gabriel Fernandez wrote:
> From: Gabriel Fernandez <gabriel.fernandez@...com>
>
> This patch adds DT probing of the light sensor bh1780
> for u8540.
>
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@...com>
> ---
> arch/arm/boot/dts/ccu8540-uib-v3.dts | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/ccu8540-uib-v3.dts b/arch/arm/boot/dts/ccu8540-uib-v3.dts
> index 422a292..dc90571 100644
> --- a/arch/arm/boot/dts/ccu8540-uib-v3.dts
> +++ b/arch/arm/boot/dts/ccu8540-uib-v3.dts
> @@ -16,6 +16,11 @@
> };
>
> &i2c2 {
> + bh1780@29 {
> + compatible = "bh1780";
> + reg = <0x29>;
> + vcc-supply = <&ab8500_ldo_aux1_reg>;
> + };
>
> lp5521@32 {
> compatible = "national,lp5521";
For this patch, not withstanding the ones prior:
Acked-by: Lee Jones <lee.jones@...aro.org>
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists