Commit 01f8c951 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Archit Taneja

dt-bindings: display: dw-hdmi: Clean up DT bindings documentation

Make it clear that the core bridge/dw_hdmi.txt document isn't a device
tree binding by itself but is meant to be referenced by platform device
tree bindings, and update the Rockchip and Freescale DWC HDMI TX
bindings to reference it.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarArchit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170117082910.27023-21-laurent.pinchart+renesas@ideasonboard.com
parent 2668db37
DesignWare HDMI bridge bindings Synopsys DesignWare HDMI TX Encoder
===================================
Required properties:
- compatible: platform specific such as: This document defines device tree properties for the Synopsys DesignWare HDMI
* "snps,dw-hdmi-tx" TX Encoder (DWC HDMI TX). It doesn't constitue a device tree binding
* "fsl,imx6q-hdmi" specification by itself but is meant to be referenced by platform-specific
* "fsl,imx6dl-hdmi" device tree bindings.
* "rockchip,rk3288-dw-hdmi"
- reg: Physical base address and length of the controller's registers. When referenced from platform device tree bindings the properties defined in
- interrupts: The HDMI interrupt number this document are defined as follows. The platform device tree bindings are
- clocks, clock-names : must have the phandles to the HDMI iahb and isfr clocks, responsible for defining whether each property is required or optional.
as described in Documentation/devicetree/bindings/clock/clock-bindings.txt,
the clocks are soc specific, the clock-names should be "iahb", "isfr" - reg: Memory mapped base address and length of the DWC HDMI TX registers.
-port@[X]: SoC specific port nodes with endpoint definitions as defined
in Documentation/devicetree/bindings/media/video-interfaces.txt, - reg-io-width: Width of the registers specified by the reg property. The
please refer to the SoC specific binding document: value is expressed in bytes and must be equal to 1 or 4 if specified. The
* Documentation/devicetree/bindings/display/imx/hdmi.txt register width defaults to 1 if the property is not present.
* Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
- interrupts: Reference to the DWC HDMI TX interrupt.
Optional properties
- reg-io-width: the width of the reg:1,4, default set to 1 if not present - clocks: References to all the clocks specified in the clock-names property
- ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing, as specified in Documentation/devicetree/bindings/clock/clock-bindings.txt.
if the property is omitted, a functionally reduced I2C bus
controller on DW HDMI is probed - clock-names: The DWC HDMI TX uses the following clocks.
- clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
- "iahb" is the bus clock for either AHB and APB (mandatory).
Example: - "isfr" is the internal register configuration clock (mandatory).
hdmi: hdmi@0120000 { - "cec" is the HDMI CEC controller main clock (optional).
compatible = "fsl,imx6q-hdmi";
reg = <0x00120000 0x9000>; - ports: The connectivity of the DWC HDMI TX with the rest of the system is
interrupts = <0 115 0x04>; expressed in using ports as specified in the device graph bindings defined
gpr = <&gpr>; in Documentation/devicetree/bindings/graph.txt. The numbering of the ports
clocks = <&clks 123>, <&clks 124>; is platform-specific.
clock-names = "iahb", "isfr";
ddc-i2c-bus = <&i2c2>;
port@0 {
reg = <0>;
hdmi_mux_0: endpoint {
remote-endpoint = <&ipu1_di0_hdmi>;
};
};
port@1 {
reg = <1>;
hdmi_mux_1: endpoint {
remote-endpoint = <&ipu1_di1_hdmi>;
};
};
};
Device-Tree bindings for HDMI Transmitter Freescale i.MX6 DWC HDMI TX Encoder
===================================
HDMI Transmitter The HDMI transmitter is a Synopsys DesignWare HDMI 1.4 TX controller IP
================ with a companion PHY IP.
These DT bindings follow the Synopsys DWC HDMI TX bindings defined in
Documentation/devicetree/bindings/display/bridge/dw_hdmi.txt with the
following device-specific properties.
The HDMI Transmitter is a Synopsys DesignWare HDMI 1.4 TX controller IP
with accompanying PHY IP.
Required properties: Required properties:
- #address-cells : should be <1>
- #size-cells : should be <0> - compatible : Shall be one of "fsl,imx6q-hdmi" or "fsl,imx6dl-hdmi".
- compatible : should be "fsl,imx6q-hdmi" or "fsl,imx6dl-hdmi". - reg: See dw_hdmi.txt.
- gpr : should be <&gpr>. - interrupts: HDMI interrupt number
The phandle points to the iomuxc-gpr region containing the HDMI - clocks: See dw_hdmi.txt.
multiplexer control register. - clock-names: Shall contain "iahb" and "isfr" as defined in dw_hdmi.txt.
- clocks, clock-names : phandles to the HDMI iahb and isrf clocks, as described - ports: See dw_hdmi.txt. The DWC HDMI shall have between one and four ports,
in Documentation/devicetree/bindings/clock/clock-bindings.txt and numbered 0 to 3, corresponding to the four inputs of the HDMI multiplexer.
Documentation/devicetree/bindings/clock/imx6q-clock.txt. Each port shall have a single endpoint.
- port@[0-4]: Up to four port nodes with endpoint definitions as defined in - gpr : Shall contain a phandle to the iomuxc-gpr region containing the HDMI
Documentation/devicetree/bindings/media/video-interfaces.txt, multiplexer control register.
corresponding to the four inputs to the HDMI multiplexer.
Optional properties
Optional properties:
- ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing - ddc-i2c-bus: 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
example: connected to a system I2C master this property contains a phandle to that
I2C master controller.
Example:
gpr: iomuxc-gpr@020e0000 { gpr: iomuxc-gpr@020e0000 {
/* ... */ /* ... */
......
Rockchip specific extensions to the Synopsys Designware HDMI Rockchip DWC HDMI TX Encoder
================================ ============================
The HDMI transmitter is a Synopsys DesignWare HDMI 1.4 TX controller IP
with a companion PHY IP.
These DT bindings follow the Synopsys DWC HDMI TX bindings defined in
Documentation/devicetree/bindings/display/bridge/dw_hdmi.txt with the
following device-specific properties.
Required properties: Required properties:
- compatible: "rockchip,rk3288-dw-hdmi";
- reg: Physical base address and length of the controller's registers. - compatible: Shall contain "rockchip,rk3288-dw-hdmi".
- clocks: phandle to hdmi iahb and isfr clocks. - reg: See dw_hdmi.txt.
- clock-names: should be "iahb" "isfr" - reg-io-width: See dw_hdmi.txt. Shall be 4.
- rockchip,grf: this soc should set GRF regs to mux vopl/vopb.
- interrupts: HDMI interrupt number - interrupts: HDMI interrupt number
- ports: contain a port node with endpoint definitions as defined in - clocks: See dw_hdmi.txt.
Documentation/devicetree/bindings/media/video-interfaces.txt. For - clock-names: Shall contain "iahb" and "isfr" as defined in dw_hdmi.txt.
vopb,set the reg = <0> and set the reg = <1> for vopl. - ports: See dw_hdmi.txt. The DWC HDMI shall have a single port numbered 0
- reg-io-width: the width of the reg:1,4, the value should be 4 on corresponding to the video input of the controller. The port shall have two
rk3288 platform endpoints, numbered 0 and 1, connected respectively to the vopb and vopl.
- rockchip,grf: Shall reference the GRF to mux vopl/vopb.
Optional properties Optional properties
- ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
- clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec" - ddc-i2c-bus: 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.
- clock-names: See dw_hdmi.txt. The "cec" clock is optional.
- clock-names: May contain "cec" as defined in dw_hdmi.txt.
Example: Example:
hdmi: hdmi@ff980000 { hdmi: hdmi@ff980000 {
compatible = "rockchip,rk3288-dw-hdmi"; compatible = "rockchip,rk3288-dw-hdmi";
reg = <0xff980000 0x20000>; reg = <0xff980000 0x20000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment