Message ID | 20230723-sm6125-dpu-v4-0-a3f287dd6c07@somainline.org |
---|---|
Headers | show |
Series | drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel | expand |
On Sun, 23 Jul 2023 18:08:42 +0200, Marijn Suijten wrote: > Both SM6350 and SM6375 support only a single DSI link, and don't have a > corresponding dsi1 node in DTS. Their examples should not suggest an > output interface port on the display-controller node to this inexistant > DSI host, with a dsi1_in label reference that doesn't exist in the > example either. > > Fixes: 3b7502b0c205 ("dt-bindings: display/msm: Add SM6350 MDSS") > Fixes: 2a5c1021bc77 ("dt-bindings: display/msm: Add SM6375 MDSS") > Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> > --- > .../devicetree/bindings/display/msm/qcom,sm6350-mdss.yaml | 7 ------- > .../devicetree/bindings/display/msm/qcom,sm6375-mdss.yaml | 7 ------- > 2 files changed, 14 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On 27/07/2023 15:22, Dmitry Baryshkov wrote: > > On Sun, 23 Jul 2023 18:08:38 +0200, Marijn Suijten wrote: >> Bring up the SM6125 DPU now that all preliminary series (such as INTF >> TE) have been merged (for me to test the hardware properly), and most >> other conflicting work (barring ongoing catalog *improvements*) has made >> its way in as well or is still being discussed. >> >> The second part of the series complements that by immediately utilizing >> this hardware in DT, and even enabling the MDSS/DSI nodes complete with >> a 6.0" 1080x2520 panel for Sony's Seine PDX201 (Xperia 10 II). >> >> [...] > > Applied, thanks! > > [01/17] drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config > https://gitlab.freedesktop.org/lumag/msm/-/commit/a7e3fda5948a > [02/17] arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters > https://gitlab.freedesktop.org/lumag/msm/-/commit/b7d35a8eae54 > [03/17] arm64: dts: qcom: sm6125: Sort spmi_bus node numerically by reg > https://gitlab.freedesktop.org/lumag/msm/-/commit/2be52ca96a71 Of course, these two patches sneaked in by the mistake, dropped them now. > [04/17] dt-bindings: display/msm: Remove DSI1 ports from SM6350/SM6375 example > https://gitlab.freedesktop.org/lumag/msm/-/commit/4be2c19261fc > [05/17] dt-bindings: clock: qcom,dispcc-sm6125: Require GCC PLL0 DIV clock > https://gitlab.freedesktop.org/lumag/msm/-/commit/4f86e343f3c6 > [06/17] dt-bindings: clock: qcom,dispcc-sm6125: Allow power-domains property > https://gitlab.freedesktop.org/lumag/msm/-/commit/91043642f28c > [07/17] dt-bindings: display/msm: dsi-controller-main: Document SM6125 > https://gitlab.freedesktop.org/lumag/msm/-/commit/cf5859476e5d > [08/17] dt-bindings: display/msm: sc7180-dpu: Describe SM6125 > https://gitlab.freedesktop.org/lumag/msm/-/commit/04a664dffd19 > [09/17] dt-bindings: display/msm: Add SM6125 MDSS > https://gitlab.freedesktop.org/lumag/msm/-/commit/3bde3b8f8a04 > [10/17] drm/msm/dpu: Add SM6125 support > https://gitlab.freedesktop.org/lumag/msm/-/commit/76c5dffd0bc4 > [11/17] drm/msm/mdss: Add SM6125 support > https://gitlab.freedesktop.org/lumag/msm/-/commit/de50357565d3 > [12/17] dt-bindings: msm: dsi-phy-14nm: Document SM6125 variant > https://gitlab.freedesktop.org/lumag/msm/-/commit/cdac445883cc > [13/17] drm/msm/dsi: Reuse QCM2290 14nm DSI PHY configuration for SM6125 > https://gitlab.freedesktop.org/lumag/msm/-/commit/7638d8059ace > > Best regards,