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

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

Merge "ARM: dts: qcom: Add GPU gaming bin support for Yupik"

parents ae12196f 3dd52734
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@
			<0>,   /* Off */
			<100>; /* On */

		nvmem-cells = <&gpu_speed_bin>;
		nvmem-cell-names = "speed_bin";
		nvmem-cells = <&gpu_speed_bin>, <&gpu_gaming_bin>;
		nvmem-cell-names = "speed_bin", "gaming_bin";

		qcom,gpu-mempools {
			#address-cells = <1>;
+5 −0
Original line number Diff line number Diff line
@@ -3447,6 +3447,11 @@
			bits = <5 8>;
		};

		gpu_gaming_bin: gpu_gaming_bin@1f5 {
			reg = <0x1f5 0x1>;
			bits = <5 1>;
		};

		feat_conf_m7: feat_conf_m7@6020 {
			reg = <0x6020 0x4>;
		};