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

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

Merge "ARM: dts: msm: Configure QFPROM memory node and add LM efuse"

parents 63f88661 5cc3fcaf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -102,6 +102,9 @@
		/* GPU OPP data */
		operating-points-v2 = <&gpu_opp_table>;

		nvmem-cells = <&gpu_lm_efuse>;
		nvmem-cell-names = "isense_slope";

		qcom,bus-accesses-ddr7 = <970>;
		qcom,bus-accesses-ddr8 = <1162>;

+13 −0
Original line number Diff line number Diff line
@@ -5051,6 +5051,19 @@
	demux {
		compatible = "qcom,demux";
	};

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

		gpu_lm_efuse: gpu_lm_efuse@5c8 {
			reg = <0x5c8 0x4>;
		};
	};
};

#include "kona-regulators.dtsi"