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

Commit c60e1df1 authored by Pavan Anamula's avatar Pavan Anamula
Browse files

ARM: dts: mdm: QPIC nand changes for mdmfermium



Enable qpic nand node entries for mdmfermium.

Change-Id: I636880b6db3f7997af3cdab1d722b5b67425d10e
Signed-off-by: default avatarPavan Anamula <pavana@codeaurora.org>
parent 260b1b32
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@
	pinctrl-0 = <&uart_console_sleep>;
};

&qnand_1 {
	status = "ok";
};

&usb_otg {
	qcom,hsusb-otg-mode = <1>; /* DEVICE only */
	qcom,hsusb-otg-otg-control = <1>; /* PHY control */
+27 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@
	qcom,msm-id = <290 0x10000>;
	interrupt-parent = <&intc>;

	aliases {
		qpic_nand1 = &qnand_1;
	};

	reserved-memory {
		#address-cells = <1>;
		#size-cells = <1>;
@@ -224,6 +228,29 @@
		qcom,max-nominal-sysclk-rate = <100000000>;
	};

		qnand_1: nand@7980000 {
		compatible = "qcom,msm-nand";
		reg = <0x07980000 0x1000>,
		      <0x07984000 0x1a000>;
		reg-names = "nand_phys",
			    "bam_phys";
		interrupts = <0 132 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 800000>;

		clock-names = "core_clk";
		clocks = <&clock_gcc clk_qpic_clk>;
		status = "disabled";
	};

	 tsens: tsens@4a8000 {
		compatible = "qcom,mdmfermium-tsens";
		reg = <0x4a8000 0x2000>,