diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-08-28 20:22:45 -0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-08-29 09:14:42 +0200 |
commit | 8b23f5132d319c790e5f56df6f3df3a84071ae6e (patch) | |
tree | 57fb8f1d3ce6bd612a26d714b9a2945d83e259a8 /arch/arm/boot/dts/imx27-phytec-phycore.dts | |
parent | 462ddb4cf345548dd77a064c2756e9748a9435f5 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycore.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |