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

Commit 5cc7c3e8 authored by Naina Mehta's avatar Naina Mehta
Browse files

ARM: dts: msm: Add qfprom and qfprom_sys node

Add qfprom and qfprom_sys DT node for Yupik platform.

Change-Id: Ic357ed2fdfacecee6d51ee959f637e12b4c43fc8
parent 55b0b075
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2343,6 +2343,19 @@
			qcom,dump-id = <0x165>;
		};
	};

	qfprom: qfprom@780000 {
		compatible = "qcom,qfprom";
		reg = <0x780000 0x7000>;
		#address-cells = <1>;
		#size-cells = <1>;
		read-only;
		ranges;
	};

	qfprom_sys: qfprom@0 {
		compatible = "qcom,qfprom-sys";
	};
};

#include "shima-gdsc.dtsi"