From: Krzysztof Kozlowski Date: Wed, 16 Aug 2023 06:05:02 +0000 (+0200) Subject: arm64: dts: qcom: sc7280-crd: add Bluetooth VDDIO supply X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b9a2ee03019609f580ac5cae8211371119025909;p=linux.git arm64: dts: qcom: sc7280-crd: add Bluetooth VDDIO supply Bluetooth requires VDDIO supply and Doug Anderson suggested it is vreg_l18b_1p8. Add one to satisfy `dtbs_check`: sc7280-crd-r3.dtb: bluetooth: 'vddio-supply' is a required property Signed-off-by: Krzysztof Kozlowski Reviewed-by: Douglas Anderson Link: https://lore.kernel.org/r/20230816060502.16789-1-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts b/arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts index afae7f46b0508..c2cba9d7179b6 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts +++ b/arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts @@ -38,6 +38,10 @@ }; }; +&bluetooth { + vddio-supply = <&vreg_l18b_1p8>; +}; + ap_tp_i2c: &i2c0 { status = "okay"; clock-frequency = <400000>;