summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authoralgea.cao <algea.cao@rock-chips.com>2017-03-17 15:56:47 +0800
committerHuang, Tao <huangtao@rock-chips.com>2017-04-10 21:10:07 +0800
commitff94633d3423edee23cb95f285f7b11a062a2c28 (patch)
tree1564ad80da62f00856c27bf9547ac499d64741ae /Documentation
parent18b2b11c14a714ed3620fb0bd56e8e193a803b47 (diff)
drm/rockchip: dw_hdmi-rockchip: get phy config from dts
Change-Id: I6903f3b9498be32f9d4936beb2d6d2aa5db43d09 Signed-off-by: algea.cao <algea.cao@rock-chips.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
index e22d70f669a2..5936883df121 100644
--- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
+++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
@@ -20,6 +20,7 @@ Optional properties
- clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec",
phandle to the VPLL clock, name should be "vpll",
phandle to the GRF clock, name should be "grf".
+- rockchip,phy-table: the parameter table of hdmi phy configuration.
Example:
hdmi: hdmi@ff980000 {
@@ -46,4 +47,9 @@ hdmi: hdmi@ff980000 {
};
};
};
+ rockchip,phy-table = <74250000 0x8009 0x0004 0x0272>,
+ <165000000 0x802b 0x0004 0x0209>,
+ <297000000 0x8039 0x0005 0x028d>,
+ <594000000 0x8039 0x0000 0x019d>,
+ <000000000 0x0000 0x0000 0x0000>;
};