From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45670 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753930AbdDFHdb (ORCPT ); Thu, 6 Apr 2017 03:33:31 -0400 Date: Thu, 6 Apr 2017 09:33:19 +0200 From: Greg KH To: Amit Pundir Cc: stable@vger.kernel.org, Jon Mason , Florian Fainelli Subject: Re: [PATCH v2 for-4.9 02/32] ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags Message-ID: <20170406073319.GE14752@kroah.com> References: <1491388344-13521-1-git-send-email-amit.pundir@linaro.org> <1491388344-13521-3-git-send-email-amit.pundir@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1491388344-13521-3-git-send-email-amit.pundir@linaro.org> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Apr 05, 2017 at 04:01:54PM +0530, Amit Pundir wrote: > From: Jon Mason > > GIC_PPI flags were misconfigured for the timers, resulting in errors > like: > [ 0.000000] GIC: PPI11 is secure or misconfigured > > Changing them to being edge triggered corrects the issue > > Suggested-by: Rafał Miłecki > Signed-off-by: Jon Mason > Fixes: d27509f1 ("ARM: BCM5301X: add dts files for BCM4708 SoC") > Signed-off-by: Florian Fainelli > (cherry picked from commit 0c2bf9f95983fe30aa2f6463cb761cd42c2d521a) > Signed-off-by: Amit Pundir > --- > arch/arm/boot/dts/bcm5301x.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) This also should go into 4.10-stable, right? thanks, greg k-h