arm64: dts: qcom: qrb2210-rb1: Enable remote processors
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 6 Sep 2023 09:24:57 +0000 (11:24 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 20 Sep 2023 01:05:02 +0000 (18:05 -0700)
Enable the ADSP, MPSS and Wi-Fi. Tighten up the Wi-Fi regulators to
make them compliant with that the chip expects.

The Wi-Fi reports:
qmi chip_id 0x120 chip_family 0x4007 board_id 0xff soc_id 0x40670000

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230906-topic-rb1_features_sans_icc-v1-3-e92ce6fbde16@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qrb2210-rb1.dts

index 0f7c5918789628630f0f6bf37d6410e9dac9c02d..5f7619518debd0c279dcf6a9307d04fd1f235507 100644 (file)
        status = "okay";
 };
 
+&remoteproc_adsp {
+       firmware-name = "qcom/qcm2290/adsp.mbn";
+       status = "okay";
+};
+
+&remoteproc_mpss {
+       firmware-name = "qcom/qcm2290/modem.mbn";
+       status = "okay";
+};
+
 &rpm_requests {
        regulators {
                compatible = "qcom,rpm-pm2250-regulators";
        status = "okay";
 };
 
+&wifi {
+       vdd-0.8-cx-mx-supply = <&pm2250_l7>;
+       vdd-1.8-xo-supply = <&pm2250_l13>;
+       vdd-1.3-rfa-supply = <&pm2250_l10>;
+       vdd-3.3-ch0-supply = <&pm2250_l22>;
+       status = "okay";
+};
+
 &xo_board {
        clock-frequency = <38400000>;
 };