diff options
author | Dave Airlie <airlied@redhat.com> | 2025-01-03 01:43:36 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2025-01-03 01:43:36 +0100 |
commit | 198c653edf4f30c877f38e551abfdc4c2d2e6bef (patch) | |
tree | b3b4c8ad0212d9d6a44ae9688de5a359bf2719b3 /Documentation | |
parent | Merge tag 'drm-intel-fixes-2024-12-25' of https://gitlab.freedesktop.org/drm/... (diff) | |
parent | drm: adv7511: Drop dsi single lane support (diff) | |
download | linux-198c653edf4f30c877f38e551abfdc4c2d2e6bef.tar.xz linux-198c653edf4f30c877f38e551abfdc4c2d2e6bef.zip |
Merge tag 'drm-misc-fixes-2025-01-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
drm-misc-fixes for v6.13-rc6:
- Only fixes for adv7511 driver, including a use-after-free.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/f58429b7-5f11-4b78-b577-de32b41299ea@linux.intel.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml b/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml index df20a3c9c744..ec89115c74e4 100644 --- a/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml +++ b/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml @@ -90,7 +90,7 @@ properties: adi,dsi-lanes: description: Number of DSI data lanes connected to the DSI host. $ref: /schemas/types.yaml#/definitions/uint32 - enum: [ 1, 2, 3, 4 ] + enum: [ 2, 3, 4 ] "#sound-dai-cells": const: 0 |