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

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

Merge "ARM: dts: msm: Move qfprom device node to base for Lito"

parents 95cdcaf3 04076096
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -17,18 +17,6 @@
		operating-points-v2 = <&suspendable_ddr_bw_opp_table>;
	};

	qfprom: qfprom@780000 {
		compatible = "qcom,qfprom";
		reg = <0x780000 0x6000>;
		#address-cells = <1>;
		#size-cells = <1>;

		gpu_speed_bin: gpu_speed_bin@1ea {
			reg = <0x1ea 0x2>;
			bits = <5 8>;
		};
	};

	gpu_opp_table: gpu-opp-table {
		compatible = "operating-points-v2";

+13 −0
Original line number Diff line number Diff line
@@ -3569,6 +3569,19 @@
		qcom,firmware-name = "npu";
		memory-region = <&pil_npu_mem>;
	};

	qfprom: qfprom@0x780000 {
		compatible = "qcom,qfprom";
		reg = <0x00780000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		gpu_speed_bin: gpu_speed_bin@1ea {
			reg = <0x1ea 0x2>;
			bits = <5 8>;
		};
	};
};

#include "lito-pinctrl.dtsi"