Commit 39e0f807 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sdm845-tama: Enable remoteprocs

Enable ADSP, CDSP and Venus.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230313-topic-tama_disp-v3-4-2b1567c039d7@linaro.org
parent 1d99fee3
......@@ -98,6 +98,11 @@ ramoops@ffc00000 {
};
};
&adsp_pas {
firmware-name = "qcom/sdm845/Sony/tama/adsp.mbn";
status = "okay";
};
&apps_rsc {
regulators-0 {
compatible = "qcom,pm8998-rpmh-regulators";
......@@ -358,6 +363,11 @@ vreg_s3c_0p6: smps3 {
};
};
&cdsp_pas {
firmware-name = "qcom/sdm845/Sony/tama/cdsp.mbn";
status = "okay";
};
&dsi0 {
vdda-supply = <&vreg_l26a_1p2>;
status = "okay";
......@@ -659,3 +669,8 @@ &usb_1_hsphy {
vdda-pll-supply = <&vreg_l12a_1p8>;
vdda-phy-dpdm-supply = <&vreg_l24a_3p1>;
};
&venus {
firmware-name = "qcom/sdm845/Sony/tama/venus.mbn";
status = "okay";
};
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