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

Commit 12c3322c authored by Gilad Avidov's avatar Gilad Avidov Committed by Krishna Konda
Browse files

ARM: dts: msm: add qpic core for fsm9010



Enable QPIC core on all fsm9010 targets to access
the NAND device.

Change-Id: I9550c0f5366dde66ba34e108966f2ddbec24a3a4
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent 7cd11f22
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -214,6 +214,16 @@
		status = "disabled";
	};

	qcom,nand@f9ac0000 {
		compatible = "qcom,msm-nand";
		reg = <0xf9ac0000 0x1000>,
		      <0xf9ac4000 0x8000>;
		reg-names = "nand_phys",
			    "bam_phys";
		interrupts = <0 24 0>;
		interrupt-names = "bam_irq";
	};

	pcie1: qcom,pcie@fc528000 {
		compatible = "qcom,pci-msm";
		cell-index = <1>;