Message ID | 20230214090849.2186370-1-konrad.dybcio@linaro.org |
---|---|
State | Accepted |
Commit | b8ad34ce75a2e029946d7bf6832c363ce5578e39 |
Headers | show |
Series | [v2,1/3] dt-bindings: power: supply: pm8941-coincell: Add PM8998 compatible | expand |
Hi, On Tue, Feb 14, 2023 at 10:08:47AM +0100, Konrad Dybcio wrote: > Add a specific compatible for the coincell charger present on PM8998. > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Thanks, queued. -- Sebastian > v1 -> v2: > > - Pick up ab > > .../bindings/power/supply/qcom,pm8941-coincell.yaml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > 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 > -- > 2.39.1 >
On Tue, 14 Feb 2023 10:08:47 +0100, Konrad Dybcio wrote: > Add a specific compatible for the coincell charger present on PM8998. > > Applied, thanks! [3/3] arm64: dts: qcom: pm8998: Add a specific compatible for coincell chg commit: 0d589dc92fca4679186a949194fc7c452d37c575 Best regards,
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