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

Commit cd0e77ec authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable EEPROM for SA515M boards



Enable the I2C EEPROM device for SA515M CCARD
boards. The EEPROM stores the CDT data.

Change-Id: Ib37b119cdd93e41e0f5d73386ba1b0c794ed46b0
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 80647ca9
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -114,6 +114,12 @@
		AVDD-supply = <&codec_vreg>;
		AVDD-supply = <&codec_vreg>;
		IOVDD-supply = <&codec_vreg>;
		IOVDD-supply = <&codec_vreg>;
	};
	};

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


&i2c_4 {
&i2c_4 {