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

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

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



Add QPIC NAND Controller support for sdxprairie.

Change-Id: Ic236fd4884ffb60210bd64d8f960719acedb8134
Signed-off-by: default avatarPradeep P V K <ppvk@codeaurora.org>
parent 174fd57a
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
@@ -484,6 +484,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"