Commit b7528796 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

arm64: dts: freescale: tqma9352: Update I2C eeprom compatible



Now that there is a dedicated compatible for the idendification page use
that instead. This also allows the removal the size and pagesize
properties.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f78835d1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -122,10 +122,8 @@ eeprom1: eeprom@57 {

	/* protectable identification memory (part of M24C64-D @57) */
	eeprom@5f {
		compatible = "st,24c64", "atmel,24c64";
		compatible = "atmel,24c64d-wl";
		reg = <0x5f>;
		size = <32>;
		pagesize = <32>;
		vcc-supply = <&reg_v3v3>;
	};