diff options
author | Danila Tikhonov <[email protected]> | 2024-06-28 11:23:43 +0300 |
---|---|---|
committer | Rob Clark <[email protected]> | 2024-07-03 05:57:35 -0700 |
commit | fe34394ecdad459d2d7b1f30e4a39ac27fcd77f8 (patch) | |
tree | 2f3f84f67210340f8e523954095687f17b508733 | |
parent | 7775352a5f52f034d24fafdf3969c2003a53aa3a (diff) |
dt-bindings: display/msm: dsi-controller-main: Add SM7150
Add the DSI host found on SM7150.
Signed-off-by: Danila Tikhonov <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/601231/
Signed-off-by: Rob Clark <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml index e1cb3a1fee81..b0fd96b76ed1 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -32,6 +32,7 @@ properties: - qcom,sm6125-dsi-ctrl - qcom,sm6350-dsi-ctrl - qcom,sm6375-dsi-ctrl + - qcom,sm7150-dsi-ctrl - qcom,sm8150-dsi-ctrl - qcom,sm8250-dsi-ctrl - qcom,sm8350-dsi-ctrl @@ -348,6 +349,7 @@ allOf: enum: - qcom,sc7180-dsi-ctrl - qcom,sc7280-dsi-ctrl + - qcom,sm7150-dsi-ctrl - qcom,sm8150-dsi-ctrl - qcom,sm8250-dsi-ctrl - qcom,sm8350-dsi-ctrl |