Skip to content

Commit

Permalink
bcm2838.dtsi : Correct gic400 memory address ranges
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dp111 authored and Phil Elwell committed Jun 26, 2019
1 parent 196f607 commit ab5b000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2838.dtsi
Expand Up @@ -30,8 +30,8 @@
compatible = "arm,gic-400";
reg = <0x40041000 0x1000>,
<0x40042000 0x2000>,
<0x40046000 0x2000>,
<0x40048000 0x2000>;
<0x40044000 0x2000>,
<0x40046000 0x2000>;
};

thermal: thermal@7d5d2200 {
Expand Down

0 comments on commit ab5b000

Please sign in to comment.