diff options
author | Bryan O'Donoghue <[email protected]> | 2022-12-23 02:10:08 +0000 |
---|---|---|
committer | Abhinav Kumar <[email protected]> | 2023-01-05 13:33:06 -0800 |
commit | cdf64343f91a1225e9e3d4ce4261962cd41b4ddd (patch) | |
tree | ac7c77b04e0d90b2c553674356d3c91a43338896 | |
parent | be79f805a1e1b95605c825f1c513bdd2c8b167ed (diff) |
dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint
The existing msm8916.dtsi does not depend on nor require operating points.
Fixes: 4dbe55c97741 ("dt-bindings: msm: dsi: add yaml schemas for DSI bindings")
Reviewed-by: Dmitry Baryshkov <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bryan O'Donoghue <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/515940/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Abhinav Kumar <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml index f2c143730a55..55bfe1101d6f 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -138,7 +138,6 @@ required: - assigned-clocks - assigned-clock-parents - power-domains - - operating-points-v2 - ports additionalProperties: false |