arm64: dts: qcom: sdm845-tama: Enable remoteprocs
Enable ADSP, CDSP and Venus. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230313-topic-tama_disp-v3-4-2b1567c039d7@linaro.org
This commit is contained in:
parent
1d99fee382
commit
39e0f8076f
|
@ -98,6 +98,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
&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 @@
|
|||
};
|
||||
};
|
||||
|
||||
&cdsp_pas {
|
||||
firmware-name = "qcom/sdm845/Sony/tama/cdsp.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dsi0 {
|
||||
vdda-supply = <&vreg_l26a_1p2>;
|
||||
status = "okay";
|
||||
|
@ -659,3 +669,8 @@
|
|||
vdda-pll-supply = <&vreg_l12a_1p8>;
|
||||
vdda-phy-dpdm-supply = <&vreg_l24a_3p1>;
|
||||
};
|
||||
|
||||
&venus {
|
||||
firmware-name = "qcom/sdm845/Sony/tama/venus.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue