From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> This correctly models the WLAN and Bluetooth modules on two boards using the sc8280xp SoC. For the sc8280xp-crd we add the PMU, wifi and bluetooth nodes with the correctly modelled wiring between them. For the X13s, we rework existing nodes so that they align with the new DT bindings contract. v4 -> v5: - put vreg_s10b under the "B" PMIC on the CRD instead of modeling it as a fixed regulator - order pinctrl nodes alphabetically - restore the drive-strength property for all pins to what bootfw sets it to - disable bias on wlan-en pin on the CRD - remove stray newline - add the swctrl pins to the PMU node v3 -> v4: - bind bluetooth pins on X13s in patch 3/3 - only drop the regulator-always-on properties for vreg_s11b and vreg_s12b and fold this change into patch 3/3 v2 -> v3: - move adding the bt-enable-gpios to the PMU on the CRD to patch 2/4 - add a patch removing the regulator-always-on property from regulators on X13s that no longer need it v1 -> v2: - fix commit message in patch 1/3 - drop drive-strength from the wlan enable pin function - drop the calibration variant property from the wifi node of the CRD Bartosz Golaszewski (3): arm64: dts: qcom: sc8280xp-crd: model the PMU of the on-board wcn6855 arm64: dts: qcom: sc8280xp-crd: enable bluetooth arm64: dts: qcom: sc8280xp-x13s: model the PMU of the on-board wcn6855 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 167 ++++++++++++++++++ .../qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 101 +++++++++-- 2 files changed, 254 insertions(+), 14 deletions(-) -- 2.30.2