mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: dts: qcom: sdm632-fairphone-fp3: Enable WiFi/Bluetooth
Configure and enable the WCNSS which provides WiFi and Bluetooth on this device using the WCN3680B chip. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Link: https://lore.kernel.org/r/20231127-fp3-wcnss-v2-1-a5154fae4768@z3ntu.xyz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
3c3fcac8d3
commit
5b006a82a2
|
|
@ -239,3 +239,18 @@ &usb3 {
|
|||
&usb3_dwc3 {
|
||||
dr_mode = "peripheral";
|
||||
};
|
||||
|
||||
&wcnss {
|
||||
status = "okay";
|
||||
|
||||
vddpx-supply = <&pm8953_l5>;
|
||||
};
|
||||
|
||||
&wcnss_iris {
|
||||
compatible = "qcom,wcn3680";
|
||||
|
||||
vddxo-supply = <&pm8953_l7>;
|
||||
vddrfa-supply = <&pm8953_l19>;
|
||||
vddpa-supply = <&pm8953_l9>;
|
||||
vdddig-supply = <&pm8953_l5>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user