From: Greg Kroah-Hartman Date: Mon, 3 Jul 2017 09:43:20 +0000 (+0200) Subject: 3.18-stable patches X-Git-Tag: v3.18.60~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce9161a57f7b13c9d9e6e8f914d1c9af784ec6ed;p=thirdparty%2Fkernel%2Fstable-queue.git 3.18-stable patches added patches: arm-dts-bcm5301x-correct-gic_ppi-interrupt-flags.patch --- diff --git a/queue-3.18/arm-dts-bcm5301x-correct-gic_ppi-interrupt-flags.patch b/queue-3.18/arm-dts-bcm5301x-correct-gic_ppi-interrupt-flags.patch new file mode 100644 index 00000000000..3c8569cc973 --- /dev/null +++ b/queue-3.18/arm-dts-bcm5301x-correct-gic_ppi-interrupt-flags.patch @@ -0,0 +1,49 @@ +From 0c2bf9f95983fe30aa2f6463cb761cd42c2d521a Mon Sep 17 00:00:00 2001 +From: Jon Mason +Date: Thu, 2 Mar 2017 19:21:32 -0500 +Subject: ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +From: Jon Mason + +commit 0c2bf9f95983fe30aa2f6463cb761cd42c2d521a upstream. + +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 +[AmitP: Resolved minor cherry-pick conflict] +Signed-off-by: Amit Pundir +Signed-off-by: Greg Kroah-Hartman + +--- + arch/arm/boot/dts/bcm5301x.dtsi | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- a/arch/arm/boot/dts/bcm5301x.dtsi ++++ b/arch/arm/boot/dts/bcm5301x.dtsi +@@ -52,14 +52,14 @@ + timer@0200 { + compatible = "arm,cortex-a9-global-timer"; + reg = <0x0200 0x100>; +- interrupts = ; ++ interrupts = ; + clocks = <&clk_periph>; + }; + + local-timer@0600 { + compatible = "arm,cortex-a9-twd-timer"; + reg = <0x0600 0x100>; +- interrupts = ; ++ interrupts = ; + clocks = <&clk_periph>; + }; + diff --git a/queue-3.18/series b/queue-3.18/series index 6251b936cc6..3a8c652a1e3 100644 --- a/queue-3.18/series +++ b/queue-3.18/series @@ -21,3 +21,4 @@ drm-vmwgfx-free-hash-table-allocated-by-cmdbuf-managed-res-mgr.patch usb-gadget-f_fs-fix-possibe-deadlock.patch sysctl-enable-strict-writes.patch mm-numa-avoid-waiting-on-freed-migrated-pages.patch +arm-dts-bcm5301x-correct-gic_ppi-interrupt-flags.patch