diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2013-08-29 11:07:09 +0530 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-08-29 17:48:12 -0700 |
commit | 0044cbcd667520fedbd96d07c20cfe5b7473f71a (patch) | |
tree | 636637ea008a4a554dff3ade15ad5fd15953c7bd /Documentation | |
parent | 4625f1b5d44c7f38801c0553fa90b33577307843 (diff) | |
download | linux-stable-0044cbcd667520fedbd96d07c20cfe5b7473f71a.tar.gz linux-stable-0044cbcd667520fedbd96d07c20cfe5b7473f71a.tar.bz2 linux-stable-0044cbcd667520fedbd96d07c20cfe5b7473f71a.zip |
clk/exynos5420: assign dout_pixel id to pixel clock divider
dout_pixel is a new ID allocated for pixel clock divider. It is
queried in the driver to pass as the parent to hdmi clock while
switching between parents.
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 343430bd5573..32aa34ecad36 100644 --- a/Documentation/devicetree/bindings/clock/exynos5420-clock.txt +++ b/Documentation/devicetree/bindings/clock/exynos5420-clock.txt @@ -187,6 +187,11 @@ clock which they consume. mout_hdmi 640 + Divider ID + ---------------------------- + + dout_pixel 768 + Example 1: An example of a clock controller node is listed below. clock: clock-controller@0x10010000 { |