Skip to content

Commit

Permalink
ARM: sun6i: dt: Add IP needed to bring up the additional cores
Browse files Browse the repository at this point in the history
Add the PRCM and CPU configuration units needed for SMP in the A31 DTSI.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Maxime Ripard committed Dec 16, 2013
1 parent 52e86b3 commit 81ee429
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/sun6i-a31.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,15 @@
#interrupt-cells = <3>;
interrupts = <1 9 0xf04>;
};

cpucfg@01f01c00 {
compatible = "allwinner,sun6i-a31-cpuconfig";
reg = <0x01f01c00 0x300>;
};

prcm@01f01c00 {
compatible = "allwinner,sun6i-a31-prcm";
reg = <0x01f01400 0x200>;
};
};
};

0 comments on commit 81ee429

Please sign in to comment.