diff options
author | Marek Vasut <marex@denx.de> | 2024-05-22 02:09:31 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2024-06-20 23:19:06 +0200 |
commit | 3374d842cd8129fa7989a228761f274e32784c7d (patch) | |
tree | 237cbedfeedb43643f3ce05afd9039c828bea8a7 /Documentation | |
parent | 4c3f53ed2376d63478194f72a0222185b206653b (diff) | |
download | linux-3374d842cd8129fa7989a228761f274e32784c7d.tar.gz linux-3374d842cd8129fa7989a228761f274e32784c7d.tar.bz2 linux-3374d842cd8129fa7989a228761f274e32784c7d.zip |
dt-bindings: display: synopsys, dw-hdmi: Mark ddc-i2c-bus as deprecated
The ddc-i2c-bus property should be placed in connector node,
mark the HDMI TX side property as deprecated.
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240522000949.49530-1-marex@denx.de
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml index 828709a8ded2..33481381cccc 100644 --- a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml @@ -47,12 +47,17 @@ properties: ddc-i2c-bus: $ref: /schemas/types.yaml#/definitions/phandle + deprecated: true description: The HDMI DDC bus can be connected to either a system I2C master or the functionally-reduced I2C master contained in the DWC HDMI. When connected to a system I2C master this property contains a phandle to that I2C master controller. + This property is deprecated, the system I2C master controller should + be referenced through the ddc-i2c-bus property of the HDMI connector + node. + interrupts: maxItems: 1 |