diff options
author | 2025-08-09 11:36:54 +0300 | |
---|---|---|
committer | 2025-08-25 14:00:10 -0700 | |
commit | 7ab3b7579a6d2660a3425b9ea93b9a140b07f49c (patch) | |
tree | 2a1e4edc7518a71027e3bb4f16a18e125e0ea7bc | |
parent | drm/msm: skip re-emitting IBs for unusable VMs (diff) | |
download | wireguard-linux-7ab3b7579a6d2660a3425b9ea93b9a140b07f49c.tar.xz wireguard-linux-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 <dmitry.baryshkov@oss.qualcomm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/667822/
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
-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 |