All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ARM: dts: AM335x: Add dummy i2c nodes
@ 2017-11-02 16:39 Daniel Schultz
  2017-11-02 16:39 ` [PATCH v2 2/3] common: oftree: Add autoenable functionality Daniel Schultz
  2017-11-02 16:39 ` [PATCH v2 3/3] ARM: phytec-som-am335x: Add autoenable Daniel Schultz
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Schultz @ 2017-11-02 16:39 UTC (permalink / raw)
  To: barebox

These i2c nodes are needed for autoenable of i2c clients, because
the autoenable API searches for device tree nodes to get the client
address.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
 arch/arm/dts/am335x-phytec-phycore-som.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/dts/am335x-phytec-phycore-som.dtsi b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
index dbc6424..cf2eef3 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
@@ -164,6 +164,20 @@
 		pagesize = <32>;
 		reg = <0x52>;
 	};
+
+	/* The following i2c nodes are for the autoenable */
+	i2c_tmp102: temp@4b {
+		compatible = "ti,tmp102";
+		reg = <0x4b>;
+		status = "disabled";
+	};
+
+	i2c_rtc: rtc@68 {
+		compatible = "rv4162";
+		reg = <0x68>;
+		status = "disabled";
+	};
+
 };
 
 &mmc1 {
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-11-03  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-02 16:39 [PATCH v2 1/3] ARM: dts: AM335x: Add dummy i2c nodes Daniel Schultz
2017-11-02 16:39 ` [PATCH v2 2/3] common: oftree: Add autoenable functionality Daniel Schultz
2017-11-03  8:47   ` Sascha Hauer
2017-11-02 16:39 ` [PATCH v2 3/3] ARM: phytec-som-am335x: Add autoenable Daniel Schultz

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.