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

Commit 6304abfe authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ab8263ba 903121b7
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";
	};