From: Fabio Estevam Date: Tue, 28 Aug 2012 23:22:45 +0000 (-0300) Subject: ARM: imx27-phytec-phycore: Fix I2C EEPROM address X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b23f5132d319c790e5f56df6f3df3a84071ae6e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ARM: imx27-phytec-phycore: Fix I2C EEPROM address Fix I2C EEPROM address as per 24c32 datasheet. Signed-off-by: Fabio Estevam Signed-off-by: Sascha Hauer --- diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts index 2b0ff60247a4..2acc86cfdd05 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dts @@ -49,7 +49,7 @@ i2c@1001d000 { clock-frequency = <400000>; status = "okay"; - at24@4c { + at24@52 { compatible = "at,24c32"; pagesize = <32>; reg = <0x52>;