Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: bluetooth: qualcomm: describe regulators for QCA6390

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.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Bartosz Golaszewski and committed by
Luiz Augusto von Dentz
66ef82c6 f497862d

+17
+17
Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
··· 62 62 vdddig-supply: 63 63 description: VDD_DIG supply regulator handle 64 64 65 + vddbtcmx-supply: 66 + description: VDD_BT_CMX supply regulator handle 67 + 65 68 vddbtcxmx-supply: 66 69 description: VDD_BT_CXMX supply regulator handle 67 70 ··· 187 184 - vddrfa0p8-supply 188 185 - vddrfa1p2-supply 189 186 - vddrfa1p9-supply 187 + - if: 188 + properties: 189 + compatible: 190 + contains: 191 + enum: 192 + - qcom,qca6390-bt 193 + then: 194 + required: 195 + - vddrfacmn-supply 196 + - vddaon-supply 197 + - vddbtcmx-supply 198 + - vddrfa0p8-supply 199 + - vddrfa1p2-supply 200 + - vddrfa1p7-supply 190 201 191 202 examples: 192 203 - |