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

Commit 903121b7 authored by c_ppvk's avatar c_ppvk Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add bus scaling, clock properties to qcs403.



Add bus scaling properties and clock nodes to nand
for qcs403.

Change-Id: Ieb3d837459dfa89b0d9e1df24043725a5b7ab25c
Signed-off-by: default avatarc_ppvk <ppvk@codeaurora.org>
parent a2e859ee
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -1194,11 +1194,22 @@
		reg-names = "nand_phys",
			    "bam_phys";
		qcom,reg-adjustment-offset = <0x4000>;
		qcom,qpic-clk-rpmh;

		interrupts = <0 49 0>;
		interrupt-names = "bam_irq";

		qcom,msm-bus,name = "qpic_nand";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;

		qcom,msm-bus,vectors-KBps =
			<91 512 0 0>,
			/* Voting for max b/w on PNOC bus for now */
			<91 512 400000 400000>;

		clock-names = "core_clk";
		clocks = <&clock_rpmcc RPM_SMD_QPIC_CLK>;

		status = "disabled";
	};