On Wed, Feb 12, 2025 at 03:12:24PM +0800, Yongxing Mou wrote: > We need to enable mst for qcs8300, dp0 controller will support 2 streams > output. So not reuse sm8650 dp controller driver and will add a new driver > patch for qcs8300 mst feature. Modify the corresponding dt-bingding file > to compatible with the qcs8300-dp. NAK for a different reason: QCS8300 is still compatible with SM8650. Enable features instead of randomly reshuffle compats. In this case, enable MST for both architectures. > > Signed-off-by: Yongxing Mou <quic_yongmou@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml > index 359e364d79b20469d41cd8416a55b6a5d5c7d8ce..59075d7f05147f1f477f236a76fee6ec5d8c5ad8 100644 > --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml > +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml > @@ -18,6 +18,7 @@ properties: > compatible: > oneOf: > - enum: > + - qcom,qcs8300-dp > - qcom,sa8775p-dp > - qcom,sc7180-dp > - qcom,sc7280-dp > @@ -37,10 +38,6 @@ properties: > - qcom,sm8450-dp > - qcom,sm8550-dp > - const: qcom,sm8350-dp > - - items: > - - enum: > - - qcom,qcs8300-dp > - - const: qcom,sm8650-dp > > reg: > minItems: 4 > > -- > 2.34.1 > -- With best wishes Dmitry