Add the required bits to enable Bluetooth and WiFi on the Milos SoC-based Fairphone (Gen. 6) smartphone.
Signed-off-by: Luca Weiss <[email protected]> --- Changes in v2: - Drop applied pd-mapper patch - Add compatibles for wcn6755 with fallback to wcn6750 (wifi & bt) - Rebase on linux-next - Pick up one tag (discard the rest due to addition of wcn6755 compatibles) - Link to v1: https://lore.kernel.org/r/[email protected] --- Luca Weiss (7): regulator: dt-bindings: qcom,qca6390-pmu: Document WCN6755 PMU dt-bindings: bluetooth: qcom,wcn6750-bt: Document WCN6755 Bluetooth dt-bindings: net: wireless: ath11k: Document WCN6755 WiFi arm64: dts: qcom: milos: Split up uart11 pinctrl arm64: dts: qcom: milos: Add WCN6755 WiFi node arm64: dts: qcom: milos-fairphone-fp6: Enable Bluetooth arm64: dts: qcom: milos-fairphone-fp6: Enable WiFi .../bindings/net/bluetooth/qcom,wcn6750-bt.yaml | 10 +- .../bindings/net/wireless/qcom,ath11k.yaml | 16 +- .../bindings/regulator/qcom,qca6390-pmu.yaml | 16 +- arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts | 191 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/milos.dtsi | 74 ++++++-- 5 files changed, 285 insertions(+), 22 deletions(-) --- base-commit: 83acad05dee54a5cff0c98dd7962e55d4c6b145a change-id: 20260116-milos-fp6-bt-wifi-22faa7b15e8c Best regards, -- Luca Weiss <[email protected]>

