brcm2708: bcm2711: remove custom config file
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0660-bcm2838.dtsi-Correct-gic400-memory-address-ranges.patch
1 From 6b38721bd9dc2a3e604c77c6ca2e908064f36162 Mon Sep 17 00:00:00 2001
2 From: dp111 <dominic.plunkett@gmail.com>
3 Date: Sat, 15 Jun 2019 18:19:50 +0100
4 Subject: [PATCH 660/773] bcm2838.dtsi : Correct gic400 memory address ranges
5
6 It appears to me the addresses for the gic400 are slightly wrong . See section 3.2 https://static.docs.arm.com/ddi0471/a/DDI0471A_gic400_r0p0_trm.pdf
7 ---
8 arch/arm/boot/dts/bcm2838.dtsi | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11 --- a/arch/arm/boot/dts/bcm2838.dtsi
12 +++ b/arch/arm/boot/dts/bcm2838.dtsi
13 @@ -30,8 +30,8 @@
14 compatible = "arm,gic-400";
15 reg = <0x40041000 0x1000>,
16 <0x40042000 0x2000>,
17 - <0x40046000 0x2000>,
18 - <0x40048000 0x2000>;
19 + <0x40044000 0x2000>,
20 + <0x40046000 0x2000>;
21 };
22
23 thermal: thermal@7d5d2200 {