On Wed, 13 Mar 2024 19:28:55 +0100, Krzysztof Kozlowski wrote: > Convert Samsung Exynos5250/5420 SoC Display Port Controller bindings to > DT schema with a change: add power-domains, already used in DTS. > > This Display Port controller is actually variant of Analogix Display > Port bridge, however new DT Schema does not reference analogix,dp.yaml, > because of incompatibilities in the driver. The analogix,dp.yaml > expects two ports, input and output, but Linux Exynos DP DRM driver and > DTS use only one port: output. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Changes in v2: > 1. Document deprecated samsung,hpd-gpios > --- > .../bindings/display/exynos/exynos_dp.txt | 112 ------------ > .../display/samsung/samsung,exynos5-dp.yaml | 163 ++++++++++++++++++ > 2 files changed, 163 insertions(+), 112 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos_dp.txt > create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5-dp.yaml > Applied, thanks!