Message ID | 20240808184048.63030-6-danila@jiaxyga.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | e6b666de995e993bcda883ff045164f090e5506d |
Headers | show |
Series | Add Nothing Phone (1) support | expand |
On 08/08/2024 20:40, Danila Tikhonov wrote: > The SM7325 is the closest SoC to the QCM6490 and is also identical > to the SC7280. The SM7325 also requires both UCSI_NO_PARTNER_PDOS & > UCSI_DELAY_DEVICE_PDOS quirks. > > Document the PMIC GLINK firmware interface on the SM7325 Platform > by using the QCM6490 bindings as fallback. > > Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> > --- > .../devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml index 4512390f90f0..2d3fe0b54243 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml @@ -30,6 +30,11 @@ properties: - qcom,sm8450-pmic-glink - qcom,sm8550-pmic-glink - const: qcom,pmic-glink + - items: + - enum: + - qcom,sm7325-pmic-glink + - const: qcom,qcm6490-pmic-glink + - const: qcom,pmic-glink - items: - enum: - qcom,sm8650-pmic-glink
The SM7325 is the closest SoC to the QCM6490 and is also identical to the SC7280. The SM7325 also requires both UCSI_NO_PARTNER_PDOS & UCSI_DELAY_DEVICE_PDOS quirks. Document the PMIC GLINK firmware interface on the SM7325 Platform by using the QCM6490 bindings as fallback. Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> --- .../devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 5 +++++ 1 file changed, 5 insertions(+)