Commit a2cc991e authored by Brian Masney's avatar Brian Masney Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: msm8974: add ocmem node



Add ocmem node that is needed in order to support the GPU upstream.

Signed-off-by: default avatarBrian Masney <masneyb@onstation.org>
Link: https://lore.kernel.org/r/20191024103140.10077-4-masneyb@onstation.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent e42617b8
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1179,6 +1179,25 @@ etm3_out: endpoint {
			};
		};

		ocmem@fdd00000 {
			compatible = "qcom,msm8974-ocmem";
			reg = <0xfdd00000 0x2000>,
			      <0xfec00000 0x180000>;
			reg-names = "ctrl",
			            "mem";
			clocks = <&rpmcc RPM_SMD_OCMEMGX_CLK>,
			         <&mmcc OCMEMCX_OCMEMNOC_CLK>;
			clock-names = "core",
			              "iface";

			#address-cells = <1>;
			#size-cells = <1>;

			gmu_sram: gmu-sram@0 {
				reg = <0x0 0x100000>;
			};
		};

		mdss: mdss@fd900000 {
			status = "disabled";