From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: [patch 2/2] dts: spear: Add missing i2c1 interrupt Date: Thu, 19 Jun 2014 21:56:29 -0000 Message-ID: <20140619215557.875556819@linutronix.de> References: <20140619215347.139324048@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Return-path: Content-Disposition: inline; filename=spear-dts-add-i2c1-interrupt.patch Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: LKML Cc: Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Viresh Kumar , spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org List-Id: devicetree@vger.kernel.org Signed-off-by: Thomas Gleixner --- arch/arm/boot/dts/spear320.dtsi | 5 +++++ 1 file changed, 5 insertions(+) Index: linux/arch/arm/boot/dts/spear320.dtsi =================================================================== --- linux.orig/arch/arm/boot/dts/spear320.dtsi +++ linux/arch/arm/boot/dts/spear320.dtsi @@ -123,6 +123,11 @@ status = "disabled"; }; + i2c1: i2c@a7000000 { + interrupts = <21>; + interrupt-parent = <&shirq>; + }; + gpiopinctrl: gpio@b3000000 { compatible = "st,spear-plgpio"; reg = <0xb3000000 0x1000>; -- 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