Message ID | 20230213204950.2100538-1-konrad.dybcio@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] dt-bindings: power: supply: pm8941-coincell: Add PM8998 compatible | expand |
On 13/02/2023 21:49, Konrad Dybcio wrote: > Add a specific compatible for the coincell charger present on PM8998. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/power/supply/qcom,pm8941-coincell.yaml b/Documentation/devicetree/bindings/power/supply/qcom,pm8941-coincell.yaml index 0450f4dd4e51..b7b58aed3f3c 100644 --- a/Documentation/devicetree/bindings/power/supply/qcom,pm8941-coincell.yaml +++ b/Documentation/devicetree/bindings/power/supply/qcom,pm8941-coincell.yaml @@ -16,7 +16,13 @@ maintainers: properties: compatible: - const: qcom,pm8941-coincell + oneOf: + - items: + - enum: + - qcom,pm8998-coincell + - const: qcom,pm8941-coincell + + - const: qcom,pm8941-coincell reg: maxItems: 1
Add a specific compatible for the coincell charger present on PM8998. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- .../bindings/power/supply/qcom,pm8941-coincell.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)