Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
			i2c@1001d000 {
				clock-frequency = <400000>;
				status = "okay";
				at24@4c {
				at24@52 {
					compatible = "at,24c32";
					pagesize = <32>;
					reg = <0x52>;