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

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

Merge "ARM: dts: msm: Add qfprom node for lagoon"

parents 1116fb68 246af429
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -2702,6 +2702,23 @@
		};
	};

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

		gpu_speed_bin: gpu_speed_bin@1e1 {
			reg = <0x1e1 0x1>;
			bits = <0 8>;
		};

		feat_conf8: feat_conf8@6024 {
			reg = <0x6024 0x4>;
		};
	};
};

#include "lagoon-gdsc.dtsi"