Commit 8b23f513 authored by Fabio Estevam's avatar Fabio Estevam Committed by Sascha Hauer

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

Fix I2C EEPROM address as per 24c32 datasheet.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 462ddb4c
......@@ -49,7 +49,7 @@ ethernet@1002b000 {
i2c@1001d000 {
clock-frequency = <400000>;
status = "okay";
at24@4c {
at24@52 {
compatible = "at,24c32";
pagesize = <32>;
reg = <0x52>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment