diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-12-25 17:36:00 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-12 15:00:58 +0100 |
commit | dd5bdb797f0a6e0d3d2aa86af60f92b094705d24 (patch) | |
tree | fd13588e26b99ebff9aaf005251e2d9f867952ec /Documentation | |
parent | 36ec03618c12ad3308f7a80994ee4b2129a1e381 (diff) | |
download | linux-dd5bdb797f0a6e0d3d2aa86af60f92b094705d24.tar.gz linux-dd5bdb797f0a6e0d3d2aa86af60f92b094705d24.tar.bz2 linux-dd5bdb797f0a6e0d3d2aa86af60f92b094705d24.zip |
clk: rockchip: document hdmi_phy external input for rk3328
The hdmi-phy block inside the soc also loops its pll output back
into the clock controller, so document that already used input clock.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/rockchip,rk3328-cru.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3328-cru.txt b/Documentation/devicetree/bindings/clock/rockchip,rk3328-cru.txt index e71c675ba5da..904ae682ea90 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3328-cru.txt +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3328-cru.txt @@ -32,6 +32,7 @@ clock-output-names: - "clkin_i2s" - external I2S clock - optional, - "gmac_clkin" - external GMAC clock - optional - "phy_50m_out" - output clock of the pll in the mac phy + - "hdmi_phy" - output clock of the hdmi phy pll - optional Example: Clock controller node: |