From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f54.google.com ([74.125.83.54]:34869 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750962AbdDDGM5 (ORCPT ); Tue, 4 Apr 2017 02:12:57 -0400 Received: by mail-pg0-f54.google.com with SMTP id 81so142592490pgh.2 for ; Mon, 03 Apr 2017 23:12:57 -0700 (PDT) From: Amit Pundir To: gregkh@linuxfoundation.org Cc: stable@vger.kernel.org, Jon Mason , Florian Fainelli Subject: [PATCH 03/33] ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags Date: Tue, 4 Apr 2017 11:42:16 +0530 Message-Id: <1491286366-30720-4-git-send-email-amit.pundir@linaro.org> In-Reply-To: <1491286366-30720-1-git-send-email-amit.pundir@linaro.org> References: <1491286366-30720-1-git-send-email-amit.pundir@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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(-) diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi index c52711b..0e929d4 100644 --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi @@ -66,14 +66,14 @@ timer@20200 { compatible = "arm,cortex-a9-global-timer"; reg = <0x20200 0x100>; - interrupts = ; + interrupts = ; clocks = <&periph_clk>; }; local-timer@20600 { compatible = "arm,cortex-a9-twd-timer"; reg = <0x20600 0x100>; - interrupts = ; + interrupts = ; clocks = <&periph_clk>; }; -- 2.7.4