On 02/02/2024 00:55, Dmitry Baryshkov wrote: > The PM4125 PMIC has the same Type-C register block as the PMI632. ... > @@ -14,9 +14,15 @@ description: > > properties: > compatible: > - enum: > - - qcom,pmi632-typec > - - qcom,pm8150b-typec > + oneOf: > + - enum: > + - qcom,pmi632-typec > + - qcom,pm8150b-typec > + - items: > + - enum: > + - qcom,pm4125-typec > + - const: qcom,pmi632-typec > + > If there is going to be a new version, please drop redundant blank line (so only one). Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof