This patch enables regulators for the Qualcomm Bluetooth wcn3990
controller.
Added entry for regulator currents, min and max voltages

Signed-off-by: Harish Bandi <c-hba...@codeaurora.org>
---
 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

Reply via email to