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

dt-bindings: display/msm: dp-controller: allow eDP for SA8775P

On Qualcomm SA8775P the DP controller might be driving either a
DisplayPort or a eDP sink (depending on the PHY that is tied to the
controller). Reflect that in the schema.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/672569/
Link: https://lore.kernel.org/r/20250903-dp_mst_bindings-v8-1-7526f0311eaa@oss.qualcomm.com

+19 -6
+19 -6
Documentation/devicetree/bindings/display/msm/dp-controller.yaml
··· 174 174 properties: 175 175 "#sound-dai-cells": false 176 176 else: 177 - properties: 178 - aux-bus: false 179 - reg: 180 - minItems: 5 181 - required: 182 - - "#sound-dai-cells" 177 + if: 178 + properties: 179 + compatible: 180 + contains: 181 + enum: 182 + - qcom,sa8775p-dp 183 + then: 184 + oneOf: 185 + - required: 186 + - aux-bus 187 + - required: 188 + - "#sound-dai-cells" 189 + else: 190 + properties: 191 + aux-bus: false 192 + reg: 193 + minItems: 5 194 + required: 195 + - "#sound-dai-cells" 183 196 184 197 additionalProperties: false 185 198