Skip to content

Commit b043657

Browse files
lweiss-fairphonebroonie
authored andcommitted
regulator: dt-bindings: qcom,qca6390-pmu: Document WCN6755 PMU
Document the WCN6755 PMU using a fallback to WCN6750 since the two chips seem to be completely pin and software compatible. In fact the original downstream kernel just pretends the WCN6755 is a WCN6750. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260403-milos-fp6-bt-wifi-v2-1-393322b27c5f@fairphone.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 881dd6b commit b043657

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ description:
1616

1717
properties:
1818
compatible:
19-
enum:
20-
- qcom,qca6390-pmu
21-
- qcom,wcn6750-pmu
22-
- qcom,wcn6855-pmu
23-
- qcom,wcn7850-pmu
19+
oneOf:
20+
- items:
21+
- enum:
22+
- qcom,wcn6755-pmu
23+
- const: qcom,wcn6750-pmu
24+
25+
- enum:
26+
- qcom,qca6390-pmu
27+
- qcom,wcn6750-pmu
28+
- qcom,wcn6855-pmu
29+
- qcom,wcn7850-pmu
2430

2531
vdd-supply:
2632
description: VDD supply regulator handle

0 commit comments

Comments
 (0)