From: Esteban Urrutia <[email protected]> Due to a different process design, SM8475 (4 nm) SoC takes things from both SM8450 (4 LPX) and SM8550 (4 nm) SoCs. Add a separate compatible string for this SoC to avoid possible confusions.
Signed-off-by: Esteban Urrutia <[email protected]> --- Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml index 16ad4f5698fc..c80c72411381 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml @@ -30,6 +30,7 @@ properties: - qcom,sc8280xp-pmic-glink - qcom,sm8350-pmic-glink - qcom,sm8450-pmic-glink + - qcom,sm8475-pmic-glink - qcom,sm8550-pmic-glink - const: qcom,pmic-glink - items: -- 2.55.0

