Message ID | 20231027-sc7280-remoteprocs-v1-9-05ce95d9315a@fairphone.com |
---|---|
State | New |
Headers | show |
Series | Remoteprocs (ADSP, CDSP, WPSS) for SC7280 | expand |
On 27.10.2023 16:20, Luca Weiss wrote: > Now that the WPSS remoteproc is enabled, enable wifi so we can use it. > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > --- > arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > index d65eef30091b..e7e20f73cbe6 100644 > --- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > +++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > @@ -713,3 +713,7 @@ &venus { > firmware-name = "qcom/qcm6490/fairphone5/venus.mbn"; > status = "okay"; > }; > + > +&wifi { > + status = "okay"; qcom,ath11k-calibration-variant? Konrad
[Added Kalle to the CC list] On Tue, 31 Oct 2023 at 12:31, Luca Weiss <luca.weiss@fairphone.com> wrote: > > On Mon Oct 30, 2023 at 8:26 PM CET, Konrad Dybcio wrote: > > On 27.10.2023 16:20, Luca Weiss wrote: > > > Now that the WPSS remoteproc is enabled, enable wifi so we can use it. > > > > > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > > > --- > > > arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 4 ++++ > > > 1 file changed, 4 insertions(+) > > > > > > diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > > > index d65eef30091b..e7e20f73cbe6 100644 > > > --- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > > > +++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > > > @@ -713,3 +713,7 @@ &venus { > > > firmware-name = "qcom/qcm6490/fairphone5/venus.mbn"; > > > status = "okay"; > > > }; > > > + > > > +&wifi { > > > + status = "okay"; > > qcom,ath11k-calibration-variant? > > What value would I put there for my device? Based on existing usages > (mostly for ath10k) I'd say "Fairphone_5"? I think this is fine. > And you mean I should add this property in dts before even looking into > the firmware/calibration side of it?
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts index d65eef30091b..e7e20f73cbe6 100644 --- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts +++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts @@ -713,3 +713,7 @@ &venus { firmware-name = "qcom/qcm6490/fairphone5/venus.mbn"; status = "okay"; }; + +&wifi { + status = "okay"; +};
Now that the WPSS remoteproc is enabled, enable wifi so we can use it. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 4 ++++ 1 file changed, 4 insertions(+)