arm64: dts: qcom: sm8250-edo: Enable ADSP/CDSP/SLPI
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Wed, 16 Jun 2021 12:27:06 +0000 (14:27 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 18 Jun 2021 17:42:32 +0000 (12:42 -0500)
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: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210616122708.144770-4-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi

index 36ff9998a4c6a01f7b1ebc66a2c0c135cba5c499..98e5f971ee0f75ba3bbe1fd50afd1d3e0b6a477b 100644 (file)
        };
 };
 
+&adsp {
+       status = "okay";
+};
+
 &apps_rsc {
        pm8150-rpmh-regulators {
                compatible = "qcom,pm8150-rpmh-regulators";
        };
 };
 
+&cdsp {
+       status = "okay";
+};
+
 &i2c1 {
        status = "okay";
        clock-frequency = <400000>;
        no-emmc;
 };
 
+&slpi {
+       status = "okay";
+};
+
 &tlmm {
        gpio-reserved-ranges = <40 4>, <52 4>;