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

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

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

parents d3c999b8 8e5996c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,3 +4,6 @@

};

&qnand_1 {
	status = "ok";
};
+3 −0
Original line number Diff line number Diff line
@@ -4,3 +4,6 @@

};

&qnand_1 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@

};

&qnand_1 {
	status = "ok";
};

&usb {
	dwc3@a600000 {
		usb-phy = <&usb_emu_phy_0>, <&usb_nop_phy>;
+17 −0
Original line number Diff line number Diff line
@@ -386,6 +386,23 @@
		status = "ok";
	};

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

		interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "bam_irq";

		clock-names = "core_clk";
		clocks = <&rpmhcc RPMH_QPIC_CLK>;

		status = "disabled";
	};

	apsscc: clock-controller@17808000 {
		compatible = "qcom,dummycc";
		clock-output-names = "apsscc_clocks";