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

Commit fe1ebec3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add dynamic refresh memory for msm8996"

parents 14c1d829 322dbcdf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@
		clock-names = "iface_clk";
		clock-rate = <0>;

		/* Memory region for passing dynamic refresh pll codes */
		memory-region = <&dfps_data_mem>;

		qcom,platform-supply-entries {
			#address-cells = <1>;
			#size-cells = <0>;
+9 −2
Original line number Diff line number Diff line
@@ -191,8 +191,15 @@
			reg = <0 0x88800000 0 0x5c00000>;
		};

		cont_splash_mem: cont_splash_mem@82400000 {
			reg = <0 0x82400000 0 0x1c00000>;
		dfps_data_mem: dfps_data_mem@82400000 {
		       compatible = "shared-dma-pool";
		       no-map;
		       reg = <0 0x82400000 0 0x1000>;
		       label = "dfps_data_mem";
		};

		cont_splash_mem: cont_splash_mem@82401000 {
			reg = <0 0x82401000 0 0x1c00000>;
			label = "cont_splash_mem";
		};
	};