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

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

Merge "ARM: dts: msm: Add Qpic Nand support for sdxprairie"

parents e210a961 db00b073
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,3 +20,7 @@
		"qcom,sdxprairie", "qcom,cdp";
	qcom,board-id = <1 0x102>;
};

&qnand_1 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -20,3 +20,7 @@
		"qcom,sdxprairie", "qcom,mtp";
	qcom,board-id = <8 0x102>;
};

&qnand_1 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@
		"qcom,sdxprairie", "qcom,rumi";
	qcom,board-id = <15 0>;
};

&qnand_1 {
	status = "ok";
};
+23 −0
Original line number Diff line number Diff line
@@ -509,6 +509,29 @@
		reg = <0x1468f720 0x2000>;
		status = "disabled";
	};

	qnand_1: nand@1b00000 {
		compatible = "qcom,msm-nand";
		reg =   <0x01b00000 0x1000>,
			<0x01b04000 0x1c000>;
		reg-names =     "nand_phys",
				"bam_phys";
		qcom,reg-adjustment-offset = <0x4000>;
		qcom,qpic-clk-rpmh;

		interrupts = <0 135 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>;

		status = "disabled";
	};
};

#include "sdxprairie-pm.dtsi"