All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node
@ 2016-06-04 12:05 ` Marek Belisko
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Belisko @ 2016-06-04 12:05 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, mark.rutland, ijc+devicetree, galak
  Cc: linux, linux-omap, devicetree, linux-arm-kernel, linux-kernel,
	H. Nikolaus Schaller, Marek Belisko

From: "H. Nikolaus Schaller" <hns@goldelico.com>

Define RFID eeprom node which is present on gta04
device.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Marek Belisko <marek@goldelico.com>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index a922472..b652dae 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -433,6 +433,12 @@
 		gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
 		ti,x-plate-ohms = <600>;
 	};
+
+	/* RFID EEPROM */
+	m24lr64@50 {
+		compatible = "at,24c64";
+		reg = <0x50>;
+	};
 };
 
 &i2c3 {
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-10 11:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 12:05 [PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node Marek Belisko
2016-06-04 12:05 ` Marek Belisko
     [not found] ` <1465041955-410-1-git-send-email-marek-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-06-10 11:41   ` Tony Lindgren
2016-06-10 11:41     ` Tony Lindgren
2016-06-10 11:41     ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.