Browse Source

ARM: imx27-phytec-phycore: Fix I2C EEPROM address

Fix I2C EEPROM address as per 24c32 datasheet.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Fabio Estevam 13 years ago
parent
commit
8b23f5132d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/imx27-phytec-phycore.dts

+ 1 - 1
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>;