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

Commit 958e51c5 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable EEPROM for SA415M boards



Enable the I2C EEPROM device for SA415M TTP and
CCARD boards. The EEPROM stores the CDT data.

Change-Id: Ibabbdf9ea46105b0119dd9e38a01e508cee83872
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 5747bd9b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -46,6 +46,14 @@
	};
};

&i2c_3 {
	eeprom@52 {
		compatible = "atmel,24c128";
		reg = <0x52>;
		pagesize = <32>;
	};
};

&i2c_4 {
	status = "okay";