Commit 05463ad3 authored by dp111's avatar dp111 Committed by popcornmix
Browse files

bcm2838.dtsi : Correct gic400 memory address ranges

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
parent cd025a50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@
			compatible = "arm,gic-400";
			reg =	<0x40041000 0x1000>,
				<0x40042000 0x2000>,
				<0x40046000 0x2000>,
				<0x40048000 0x2000>;
				<0x40044000 0x2000>,
				<0x40046000 0x2000>;
		};

		thermal: thermal@7d5d2200 {