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

Commit 4393dd4e authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Tony Lindgren
Browse files

ARM: dts: omap3-gta04: Add RFID eeprom node



Define RFID eeprom node which is present on gta04
device.

Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d471c277
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -415,6 +415,12 @@
		gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
		ti,x-plate-ohms = <600>;
	};

	/* RFID EEPROM */
	m24lr64@50 {
		compatible = "at,24c64";
		reg = <0x50>;
	};
};

&i2c3 {