kernel: Fix KERNEL_STACKPROTECTOR on kernel 4.19
[openwrt/staging/wigyori.git] / target / linux / bcm53xx / patches-4.14 / 038-v4.19-0002-ARM-dts-BCM53573-Add-architected-timer.patch
1 From a21e7548438f3a8f59f9b9f3a8bc973613d3726a Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Thu, 14 Jun 2018 18:41:47 +0200
4 Subject: [PATCH] ARM: dts: BCM53573: Add architected timer
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 It's a standard ARM architected timer that was simply missed when
10 initially adding this .dtsi file.
11
12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
13 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
14 ---
15 arch/arm/boot/dts/bcm53573.dtsi | 8 ++++++++
16 1 file changed, 8 insertions(+)
17
18 --- a/arch/arm/boot/dts/bcm53573.dtsi
19 +++ b/arch/arm/boot/dts/bcm53573.dtsi
20 @@ -48,6 +48,14 @@
21 };
22 };
23
24 + timer {
25 + compatible = "arm,armv7-timer";
26 + interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
27 + <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
28 + <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
29 + <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
30 + };
31 +
32 clocks {
33 #address-cells = <1>;
34 #size-cells = <1>;