From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764506AbdAJByk (ORCPT ); Mon, 9 Jan 2017 20:54:40 -0500 Received: from mail.kernel.org ([198.145.29.136]:45736 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755297AbdAJByg (ORCPT ); Mon, 9 Jan 2017 20:54:36 -0500 Date: Tue, 10 Jan 2017 09:53:47 +0800 From: Shawn Guo To: Martin Kaiser Cc: Alexandre Belloni , Lucas Stach , Sascha Hauer , Juergen Borleis , Fabio Estevam , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, Rob Herring , Mark Rutland Subject: Re: [PATCH 2/3] ARM: dts: imx25.dtsi: DryIce security violation interrupt Message-ID: <20170110015344.GQ20956@dragon> References: <1479560614-19293-1-git-send-email-martin@kaiser.cx> <1483469457-7863-1-git-send-email-martin@kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483469457-7863-1-git-send-email-martin@kaiser.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 03, 2017 at 07:50:57PM +0100, Martin Kaiser wrote: > The DryIce block on i.MX25 chipset uses two interrupts: A normal and a > security violation interrupt. Add the security violation interrupt to > the list, it is optional. > > Signed-off-by: Martin Kaiser It looks like an independent patch, which improves the hardware description. So I just applied it. Shawn > --- > arch/arm/boot/dts/imx25.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi > index 831d09a..331d1e1 100644 > --- a/arch/arm/boot/dts/imx25.dtsi > +++ b/arch/arm/boot/dts/imx25.dtsi > @@ -560,7 +560,7 @@ > reg = <0x53ffc000 0x4000>; > clocks = <&clks 81>; > clock-names = "ipg"; > - interrupts = <25>; > + interrupts = <25 56>; > }; > }; > > -- > 1.7.10.4 >