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

Commit bcc5980e authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Enable LLCC driver for Lito



Enable LLCC cache controller device node for
Lito.

Change-Id: I4a566df2399bda9c51be4cabc7f5dcb91c62aa06
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent 3ed9f2e9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -927,6 +927,14 @@
				IPCC_MPROC_SIGNAL_SMP2P IRQ_TYPE_LEVEL_HIGH>;
		mboxes = <&ipcc_mproc IPCC_CLIENT_APSS IPCC_MPROC_SIGNAL_SMP2P>;
	};

	cache-controller@9200000 {
		compatible = "qcom,lito-llcc";
		reg = <0x9200000 0xd0000> , <0x9600000 0x50000>;
		reg-names = "llcc_base", "llcc_broadcast_base";
		interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
		cap-based-alloc-and-pwr-collapse;
	};
};

#include "lito-pinctrl.dtsi"