diff options
| author | Dmitry Baryshkov <[email protected]> | 2025-08-09 08:36:54 +0000 |
|---|---|---|
| committer | Rob Clark <[email protected]> | 2025-08-25 21:00:10 +0000 |
| commit | 7ab3b7579a6d2660a3425b9ea93b9a140b07f49c (patch) | |
| tree | 2a1e4edc7518a71027e3bb4f16a18e125e0ea7bc | |
| parent | drm/msm: skip re-emitting IBs for unusable VMs (diff) | |
| download | kernel-7ab3b7579a6d2660a3425b9ea93b9a140b07f49c.tar.gz kernel-7ab3b7579a6d2660a3425b9ea93b9a140b07f49c.zip | |
dt-bindings: display/msm: qcom,mdp5: drop lut clock
None of MDP5 platforms have a LUT clock on the display-controller, it
was added by the mistake. Drop it, fixing DT warnings on MSM8976 /
MSM8956 platforms. Technically it's an ABI break, but no other platforms
are affected.
Fixes: 385c8ac763b3 ("dt-bindings: display/msm: convert MDP5 schema to YAML format")
Signed-off-by: Dmitry Baryshkov <[email protected]>
Acked-by: Rob Herring (Arm) <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/667822/
Signed-off-by: Rob Clark <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml b/Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml index e153f8d26e7a..2735c78b0b67 100644 --- a/Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml @@ -60,7 +60,6 @@ properties: - const: bus - const: core - const: vsync - - const: lut - const: tbu - const: tbu_rt # MSM8996 has additional iommu clock |
