Skip to content

Commit

Permalink
fixup! arm64: dts: qcom: msm8953: Use firmware-name for zap_shader.
Browse files Browse the repository at this point in the history
  • Loading branch information
barni2000 committed Jan 14, 2025
1 parent 6193bbc commit 03e862e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion arch/arm64/boot/dts/qcom/msm8953-motorola-potter.dts
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,13 @@

&wcnss {
status = "okay";
firmware-name = "qcom/msm8953/motorola/potter/WCNSS_qcom_wlan_nv.bin";
vddpx-supply = <&pm8953_l5>;
};

&wcnss_ctrl {
firmware-name = "qcom/msm8953/motorola/potter/WCNSS_qcom_wlan_nv.bin";
};

&wcnss_iris {
compatible = "qcom,wcn3660b";

Expand Down
5 changes: 4 additions & 1 deletion arch/arm64/boot/dts/qcom/sdm450-motorola-ali.dts
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,13 @@

&wcnss {
status = "okay";
firmware-name = "qcom/msm8953/motorola/ali/WCNSS_qcom_wlan_nv.bin";
vddpx-supply = <&pm8953_l5>;
};

&wcnss_ctrl {
firmware-name = "qcom/msm8953/motorola/ali/WCNSS_qcom_wlan_nv.bin";
};

&wcnss_iris {
compatible = "qcom,wcn3660b";

Expand Down
5 changes: 4 additions & 1 deletion arch/arm64/boot/dts/qcom/sdm632-motorola-ocean.dts
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,13 @@

&wcnss {
status = "okay";
firmware-name = "qcom/msm8953/motorola/ocean/WCNSS_qcom_wlan_nv.bin";
vddpx-supply = <&pm8953_l5>;
};

&wcnss_ctrl {
firmware-name = "qcom/msm8953/motorola/ocean/WCNSS_qcom_wlan_nv.bin";
};

&wcnss_iris {
vddxo-supply = <&pm8953_l7>;
vddrfa-supply = <&pm8953_l19>;
Expand Down

0 comments on commit 03e862e

Please sign in to comment.