From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harish Bandi Subject: [PATCH v1 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn3990 Date: Thu, 7 Mar 2019 17:46:52 +0530 Message-ID: <1551961012-23898-3-git-send-email-c-hbandi@codeaurora.org> References: <1551961012-23898-1-git-send-email-c-hbandi@codeaurora.org> Return-path: In-Reply-To: <1551961012-23898-1-git-send-email-c-hbandi@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: marcel@holtmann.org, johan.hedberg@gmail.com Cc: mka@chromium.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, hemantg@codeaurora.org, linux-arm-msm@vger.kernel.org, bgodavar@codeaurora.org, anubhavg@codeaurora.org, Harish Bandi List-Id: linux-arm-msm@vger.kernel.org This patch enables regulators for the Qualcomm Bluetooth wcn3990 controller. Added entry for regulator currents, min and max voltages Signed-off-by: Harish Bandi --- Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt index 824c0e2..6aed68e 100644 --- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt +++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt @@ -50,6 +50,18 @@ serial@898000 { vddxo-supply = <&vreg_l7a_1p8>; vddrf-supply = <&vreg_l17a_1p3>; vddch0-supply = <&vreg_l25a_3p3>; + vddio-current = <15000>; + vddxo-current = <80000>; + vddrf-current = <300000>; + vddch0-current = <450000>; + vddio-min-voltage = <1800000>; + vddxo-min-voltage = <1800000>; + vddrf-min-voltage = <1300000>; + vddch0-min-voltage = <3300000>; + vddio-max-voltage = <1900000>; + vddxo-max-voltage = <1900000>; + vddrf-max-voltage = <1350000>; + vddch0-max-voltage = <3400000>; max-speed = <3200000>; }; }; -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project