Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: msm: sm8450-mdss: Fix DSI compatible

The DSI compatible changed between patchset revisions, but that wasn't
reflected in the bindings. Fix it.

Fixes: 0eda3c6cb1c5 ("dt-bindings: display/msm: add support for the display on SM8450")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/528589/
Link: https://lore.kernel.org/r/20230323-topic-sm8450-upstream-dt-bindings-fixes-v2-1-0ca1bea1a843@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

authored by

Neil Armstrong and committed by
Dmitry Baryshkov
45d96836 b92e01b4

+3 -3
+3 -3
Documentation/devicetree/bindings/display/msm/qcom,sm8450-mdss.yaml
··· 54 54 type: object 55 55 properties: 56 56 compatible: 57 - const: qcom,dsi-phy-5nm-8450 57 + const: qcom,sm8450-dsi-phy-5nm 58 58 59 59 required: 60 60 - compatible ··· 254 254 }; 255 255 256 256 dsi0_phy: phy@ae94400 { 257 - compatible = "qcom,dsi-phy-5nm-8450"; 257 + compatible = "qcom,sm8450-dsi-phy-5nm"; 258 258 reg = <0x0ae94400 0x200>, 259 259 <0x0ae94600 0x280>, 260 260 <0x0ae94900 0x260>; ··· 325 325 }; 326 326 327 327 dsi1_phy: phy@ae96400 { 328 - compatible = "qcom,dsi-phy-5nm-8450"; 328 + compatible = "qcom,sm8450-dsi-phy-5nm"; 329 329 reg = <0x0ae96400 0x200>, 330 330 <0x0ae96600 0x280>, 331 331 <0x0ae96900 0x260>;