diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2013-08-29 11:07:08 +0530 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-08-29 17:48:06 -0700 |
commit | 4625f1b5d44c7f38801c0553fa90b33577307843 (patch) | |
tree | b4fc25f87f7d566b827d1d32529d97cef5872f7c /Documentation | |
parent | 14d87cda8dc6d35b2a6cbbc1e1a5f6df4d9645ae (diff) | |
download | blackbird-op-linux-4625f1b5d44c7f38801c0553fa90b33577307843.tar.gz blackbird-op-linux-4625f1b5d44c7f38801c0553fa90b33577307843.zip |
clk/exynos5420: add hdmi mux to change parents in hdmi driver
hdmi driver needs to change the parent of hdmi clock
to pixel clock or hdmiphy clock, based on the stability
of hdmiphy. This patch is exposing the mux for changing
the parent.
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Acked-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/exynos5420-clock.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/exynos5420-clock.txt b/Documentation/devicetree/bindings/clock/exynos5420-clock.txt index 5758a690d789..343430bd5573 100644 --- a/Documentation/devicetree/bindings/clock/exynos5420-clock.txt +++ b/Documentation/devicetree/bindings/clock/exynos5420-clock.txt @@ -182,6 +182,11 @@ clock which they consume. g3d 501 smmu_mixer 502 + Mux ID + ---------------------------- + + mout_hdmi 640 + Example 1: An example of a clock controller node is listed below. clock: clock-controller@0x10010000 { |