Commit f0cedfc3 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8250-edo: Enable ADSP/CDSP/SLPI

Enabling the hardware thankfully comes down to a simple status = "okay".
We assume that the firmware is provided by the Linux distribution, as it's
signed and needs to come from the stock Android.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210616122708.144770-4-konrad.dybcio@somainline.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent db92d8cd
......@@ -118,6 +118,10 @@ ramoops@ffc00000 {
};
};
&adsp {
status = "okay";
};
&apps_rsc {
pm8150-rpmh-regulators {
compatible = "qcom,pm8150-rpmh-regulators";
......@@ -410,6 +414,10 @@ vreg_l7f_1p8: ldo7 {
};
};
&cdsp {
status = "okay";
};
&i2c1 {
status = "okay";
clock-frequency = <400000>;
......@@ -516,6 +524,10 @@ &sdhc_2 {
no-emmc;
};
&slpi {
status = "okay";
};
&tlmm {
gpio-reserved-ranges = <40 4>, <52 4>;
......
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