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

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.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent e42617b8
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment