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

Commit 04076096 authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

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

As qfprom device can contain mulitple feature registers,
and is not specific to gpu, move device node to base
device tree file.

Change-Id: Ice24a9f7a564b6bf6e19601cf1420f8ac81fcfdd
parent 3e9c170e
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"