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

Configure Feed

Select the types of activity you want to include in your feed.

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: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Rob 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: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+2 -2
+2 -2
Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
··· 123 123 properties: 124 124 data-lanes: 125 125 maxItems: 4 126 - minItems: 4 126 + minItems: 1 127 127 items: 128 128 enum: [ 0, 1, 2, 3 ] 129 129 ··· 139 139 properties: 140 140 data-lanes: 141 141 maxItems: 4 142 - minItems: 4 142 + minItems: 1 143 143 items: 144 144 enum: [ 0, 1, 2, 3 ] 145 145