Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1413743 > unrolled thread

[PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node

Started byMarek Belisko <marek@goldelico.com>
First post2016-06-04 14:10 +0200
Last post2016-06-10 13:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node Marek Belisko <marek@goldelico.com> - 2016-06-04 14:10 +0200
    Re: [PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node Tony Lindgren <tony@atomide.com> - 2016-06-10 13:50 +0200

#1413743 — [PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node

FromMarek Belisko <marek@goldelico.com>
Date2016-06-04 14:10 +0200
Subject[PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node
Message-ID<rGiyR-sY-3@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1419303

FromTony Lindgren <tony@atomide.com>
Date2016-06-10 13:50 +0200
Message-ID<rIt6O-41N-5@gated-at.bofh.it>
In reply to#1413743
* Marek Belisko <marek@goldelico.com> [160604 05:08]:
> From: "H. Nikolaus Schaller" <hns@goldelico.com>
> 
> Define RFID eeprom node which is present on gta04
> device.

Applying into omap-for-v4.8/dt thanks.

Tony

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web