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


Groups > linux.kernel > #1339728

[PATCH 1/2] ARM: dts: am57xx-beagle-x15: Add eeprom information

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Nishanth Menon <nm@ti.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] ARM: dts: am57xx-beagle-x15: Add eeprom information
Date Mon, 22 Feb 2016 18:00:02 +0100
Message-ID <r5202-eH-21@gated-at.bofh.it> (permalink)
References <r5201-eH-7@gated-at.bofh.it>
X-Mailer git-send-email 1.7.9.5
MIME-Version 1.0
Content-Type text/plain
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 27
Organization linux.* mail to news gateway
X-Original-Cc <linux-kernel@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-omap@vger.kernel.org>, Nishanth Menon <nm@ti.com>
X-Original-Date Mon, 22 Feb 2016 10:51:07 -0600
X-Original-Message-ID <1456159868-32416-2-git-send-email-nm@ti.com>
X-Original-References <1456159868-32416-1-git-send-email-nm@ti.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1339728

Show key headers only | View raw


Add EEPROM at 0x50 that describes the board configuration.
This is useful for userspace programs that may need to check board
revision and other similar information.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm/boot/dts/am57xx-beagle-x15.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index 36c0fa6c362a..50312f80b972 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -591,6 +591,11 @@
 		DRVDD-supply = <&vdd_3v3>;
 		DVDD-supply = <&aic_dvdd>;
 	};
+
+	eeprom: eeprom@50 {
+		compatible = "at,24c32";
+		reg = <0x50>;
+	};
 };
 
 &i2c3 {
-- 
2.7.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] ARM: dts: am57xx-beagle-x15: Add eeprom information Nishanth Menon <nm@ti.com> - 2016-02-22 18:00 +0100
  Re: [PATCH 1/2] ARM: dts: am57xx-beagle-x15: Add eeprom information Tony Lindgren <tony@atomide.com> - 2016-02-22 20:20 +0100

csiph-web