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

Commit df19a84c authored by Skylar Chang's avatar Skylar Chang
Browse files

ARM: dts: msm: Add IPA node for 8996



Add IPA device-tree node for enabling IPA-driver
loading in msm8996v3

Change-Id: I99489b971f769a328dc03c5ef1c8c3c10a4f893e
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 77813844
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line Diff line number Diff line
@@ -157,6 +157,27 @@
			< 244800  75000000 0xffffffff>; /* 1080p @ 30 */
			< 244800  75000000 0xffffffff>; /* 1080p @ 30 */
};
};


&soc {
	ipa_hw: qcom,ipa@680000 {
		compatible = "qcom,ipa";
		reg = <0x680000 0x4effc>,
			<0x684000 0x26934>;
		reg-names = "ipa-base", "bam-base";
		interrupts = <0 333 0>,
					<0 432 0>;
		interrupt-names = "ipa-irq", "bam-irq";
		qcom,ipa-hw-ver = <5>; /* IPA core version = IPAv2.5 */
		qcom,ipa-hw-mode = <0>;
		qcom,ee = <0>;
		qcom,use-ipa-tethering-bridge;
		qcom,ipa-bam-remote-mode;
		qcom,modem-cfg-emb-pipe-flt;
		clocks = <&clock_gcc clk_ipa_clk>;
		clock-names = "core_clk";
		qcom,use-dma-zone;
	};
};

&clock_cpu {
&clock_cpu {
		qcom,compatible = "cpu-clock-8996-v3";
		qcom,compatible = "cpu-clock-8996-v3";
		/* Nominal FMAXes only until characterization completes. */
		/* Nominal FMAXes only until characterization completes. */