[PATCH] ARM: imx27-phytec-phycore: Fix I2C EEPROM address
Sascha Hauer
s.hauer at pengutronix.de
Wed Aug 29 03:14:58 EDT 2012
On Tue, Aug 28, 2012 at 08:22:45PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at freescale.com>
>
> Fix I2C EEPROM address as per 24c32 datasheet.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
Applied, thanks
Sascha
> ---
> arch/arm/boot/dts/imx27-phytec-phycore.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts
> index 2b0ff60..2acc86c 100644
> --- a/arch/arm/boot/dts/imx27-phytec-phycore.dts
> +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dts
> @@ -49,7 +49,7 @@
> i2c at 1001d000 {
> clock-frequency = <400000>;
> status = "okay";
> - at24 at 4c {
> + at24 at 52 {
> compatible = "at,24c32";
> pagesize = <32>;
> reg = <0x52>;
> --
> 1.7.9.5
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the linux-arm-kernel
mailing list