Skip to content

Commit

Permalink
ARM: BCM2836: Try adding a bus mapping for the arm local control regs.
Browse files Browse the repository at this point in the history
Still panics trying to of_iomap them.
  • Loading branch information
anholt committed Apr 23, 2015
1 parent c1f01b0 commit 5d6fd6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/bcm2836.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x7e000000 0x3f000000 0x01000000>;
ranges = <0x7e000000 0x3f000000 0x01000000>,
<0x40000000 0x40000000 0x00001000>;

timer@7e003000 {
compatible = "brcm,bcm2835-system-timer";
Expand Down

0 comments on commit 5d6fd6c

Please sign in to comment.