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

Configure Feed

Select the types of activity you want to include in your feed.

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

+5
+5
Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
··· 47 47 48 48 ddc-i2c-bus: 49 49 $ref: /schemas/types.yaml#/definitions/phandle 50 + deprecated: true 50 51 description: 51 52 The HDMI DDC bus can be connected to either a system I2C master or the 52 53 functionally-reduced I2C master contained in the DWC HDMI. When connected 53 54 to a system I2C master this property contains a phandle to that I2C 54 55 master controller. 56 + 57 + This property is deprecated, the system I2C master controller should 58 + be referenced through the ddc-i2c-bus property of the HDMI connector 59 + node. 55 60 56 61 interrupts: 57 62 maxItems: 1