summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-08-28 23:22:45 (GMT)
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-29 07:14:42 (GMT)
commit8b23f5132d319c790e5f56df6f3df3a84071ae6e (patch)
tree57fb8f1d3ce6bd612a26d714b9a2945d83e259a8 /arch
parent462ddb4cf345548dd77a064c2756e9748a9435f5 (diff)
downloadlinux-fsl-qoriq-8b23f5132d319c790e5f56df6f3df3a84071ae6e.tar.xz
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')
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycore.dts2
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 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@1001d000 {
clock-frequency = <400000>;
status = "okay";
- at24@4c {
+ at24@52 {
compatible = "at,24c32";
pagesize = <32>;
reg = <0x52>;