Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81ee429f authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sun6i: dt: Add IP needed to bring up the additional cores



Add the PRCM and CPU configuration units needed for SMP in the A31 DTSI.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 52e86b37
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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>;
		};
	};
};