Commit 2fd5293d authored by Dmitry Baryshkov's avatar Dmitry Baryshkov
Browse files

dt-bindings: display/msm: dsi-controller-main: allow using fewer lanes



Some platforms might use less than full 4 lanes DSI interface. Allow
using any amount of lanes starting from 1 up to 4.

Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/518807/
Link: https://lore.kernel.org/r/20230118032432.1716616-4-dmitry.baryshkov@linaro.org


Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 2f8e5f8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ properties:
            properties:
              data-lanes:
                maxItems: 4
                minItems: 4
                minItems: 1
                items:
                  enum: [ 0, 1, 2, 3 ]

@@ -139,7 +139,7 @@ properties:
            properties:
              data-lanes:
                maxItems: 4
                minItems: 4
                minItems: 1
                items:
                  enum: [ 0, 1, 2, 3 ]