lkml.org 
[lkml]   [2024]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 03/16] dt-bindings: net: bluetooth: qualcomm: describe regulators for QCA6390
    Date
    From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

    QCA6390 has a compatible listed in the bindings but is missing the
    regulators description. Add the missing supply property and list the
    required ones in the allOf section.

    Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
    Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ---
    .../net/bluetooth/qualcomm-bluetooth.yaml | 17 +++++++++++++++++
    1 file changed, 17 insertions(+)

    diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
    index 528ef3572b62..d844acaec1d3 100644
    --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
    +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
    @@ -62,6 +62,9 @@ properties:
    vdddig-supply:
    description: VDD_DIG supply regulator handle

    + vddbtcmx-supply:
    + description: VDD_BT_CMX supply regulator handle
    +
    vddbtcxmx-supply:
    description: VDD_BT_CXMX supply regulator handle

    @@ -180,6 +183,20 @@ allOf:
    - vddrfa0p8-supply
    - vddrfa1p2-supply
    - vddrfa1p9-supply
    + - if:
    + properties:
    + compatible:
    + contains:
    + enum:
    + - qcom,qca6390-bt
    + then:
    + required:
    + - vddrfacmn-supply
    + - vddaon-supply
    + - vddbtcmx-supply
    + - vddrfa0p8-supply
    + - vddrfa1p2-supply
    + - vddrfa1p7-supply

    examples:
    - |
    --
    2.40.1

    \
     
     \ /
      Last update: 2024-05-27 16:32    [W:3.244 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site