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: Document ddc-i2c-bus in core

The DW HDMI driver core is responsible for parsing the 'ddc-i2c-bus' property,
move the property description into the DW HDMI common DT schema too, so this
property can be used on all devices integrating the DW HDMI core.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240515062753.111746-1-marex@denx.de

+8 -16
+8
Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
··· 45 45 - const: isfr 46 46 additionalItems: true 47 47 48 + ddc-i2c-bus: 49 + $ref: /schemas/types.yaml#/definitions/phandle 50 + description: 51 + The HDMI DDC bus can be connected to either a system I2C master or the 52 + functionally-reduced I2C master contained in the DWC HDMI. When connected 53 + to a system I2C master this property contains a phandle to that I2C 54 + master controller. 55 + 48 56 interrupts: 49 57 maxItems: 1 50 58
-8
Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml
··· 31 31 clock-names: 32 32 maxItems: 2 33 33 34 - ddc-i2c-bus: 35 - $ref: /schemas/types.yaml#/definitions/phandle 36 - description: 37 - The HDMI DDC bus can be connected to either a system I2C master or the 38 - functionally-reduced I2C master contained in the DWC HDMI. When connected 39 - to a system I2C master this property contains a phandle to that I2C 40 - master controller. 41 - 42 34 gpr: 43 35 $ref: /schemas/types.yaml#/definitions/phandle 44 36 description:
-8
Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
··· 70 70 - vpll 71 71 - ref 72 72 73 - ddc-i2c-bus: 74 - $ref: /schemas/types.yaml#/definitions/phandle 75 - description: 76 - The HDMI DDC bus can be connected to either a system I2C master or the 77 - functionally-reduced I2C master contained in the DWC HDMI. When connected 78 - to a system I2C master this property contains a phandle to that I2C 79 - master controller. 80 - 81 73 phys: 82 74 maxItems: 1 83 75 description: The HDMI PHY