devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/5] ARM: dts: pxa: add pwri2c to pxa device-tree
@ 2015-02-07 12:39 Robert Jarzmik
       [not found] ` <1423312760-15871-1-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Robert Jarzmik @ 2015-02-07 12:39 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Dmitry Eremin-Solenikov, Sergei Shtylyov
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Robert Jarzmik

pxa27x variant has 2 I2C busses on the SoC :
 - the casual I2C
 - the power I2C, normally driving power regulators, and capable of
 receiving orders on core frequency modifications

Add the missing pwri2c to pxa27x description.

Signed-off-by: Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org>
---
Since v2: as Dmitry pointed out, no pwri2c on pxa25x, only pxa27x
---
 arch/arm/boot/dts/pxa27x.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
index 80fc5d7..98b560e 100644
--- a/arch/arm/boot/dts/pxa27x.dtsi
+++ b/arch/arm/boot/dts/pxa27x.dtsi
@@ -35,6 +35,13 @@
 			reg = <0x40c00010 0x10>;
 			#pwm-cells = <1>;
 		};
+
+		pwri2c: i2c@40f000180 {
+			compatible = "mrvl,pxa-i2c";
+			reg = <0x40f00180 0x24>;
+			interrupts = <6>;
+			status = "disabled";
+		};
 	};
 
 	clocks {
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-02-09 19:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-07 12:39 [PATCH v3 1/5] ARM: dts: pxa: add pwri2c to pxa device-tree Robert Jarzmik
     [not found] ` <1423312760-15871-1-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
2015-02-07 12:39   ` [PATCH v3 2/5] ARM: dts: pxa: add clocks Robert Jarzmik
     [not found]     ` <1423312760-15871-2-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
2015-02-07 12:56       ` Sergei Shtylyov
     [not found]         ` <54D60B79.5060206-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-02-07 13:16           ` Robert Jarzmik
     [not found]             ` <87a90p9815.fsf-GANU6spQydw@public.gmane.org>
2015-02-07 17:30               ` Sergei Shtylyov
2015-02-09 19:56                 ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 3/5] ARM: dts: pxa: add pxa27x-udc to pxa27x Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 4/5] ARM: dts: pxa: add pxa27x-keypad " Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 5/5] ARM: dts: pxa: add pxa-timer " Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).