On 9/12/2025 7:46 PM, Dmitry Baryshkov wrote: > On Fri, Sep 12, 2025 at 07:39:16PM +0800, Xiangxu Yin wrote: >> Add DisplayPort controller for Qualcomm SM6150 SoC. >> SM6150 shares the same configuration as SM8350, its hardware capabilities >> differ about HBR3. Explicitly listing it ensures clarity and avoids >> potential issues if SM8350 support evolves in the future. > The controller is exactly the same as the one present on SM8150. HBR3 is > a property of the PHY.
Ok, will update commit msg. > >> Signed-off-by: Xiangxu Yin <[email protected]> >> --- >> Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git >> a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml >> b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml >> index >> aeb4e4f36044a0ff1e78ad47b867e232b21df509..2bebc182ffe348fd37c215a6bf0becea11e5ac15 >> 100644 >> --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml >> +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml >> @@ -46,6 +46,7 @@ properties: >> - items: >> - enum: >> - qcom,sar2130p-dp >> + - qcom,sm6150-dp >> - qcom,sm7150-dp >> - qcom,sm8150-dp >> - qcom,sm8250-dp >> @@ -261,6 +262,7 @@ allOf: >> enum: >> - qcom,sc8180x-dp >> - qcom,sdm845-dp >> + - qcom,sm6150-dp >> - qcom,sm8350-dp >> - qcom,sm8650-dp >> then: >> >> -- >> 2.34.1 >>
