diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2015-10-20 11:22:35 +0200 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2016-04-29 18:03:54 +0200 |
commit | 7a35c0ee170b71a0cd3e278e560c4fd0dd84f3ca (patch) | |
tree | b0b50ba3fb5be470aa4e2f90005e89a75bd02a33 /Documentation | |
parent | drm/exynos/hdmi: add Exynos5433 support (diff) | |
download | linux-7a35c0ee170b71a0cd3e278e560c4fd0dd84f3ca.tar.xz linux-7a35c0ee170b71a0cd3e278e560c4fd0dd84f3ca.zip |
dt-bindings: video: add PCLK clock entry to exynos5433-decon
DECON IP requires this clock to access configuration registers.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt b/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt index 377afbf5122a..3dff78b78c31 100644 --- a/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt +++ b/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt @@ -16,7 +16,7 @@ Required properties: - clocks: must include clock specifiers corresponding to entries in the clock-names property. - clock-names: list of clock names sorted in the same order as the clocks - property. Must contain "aclk_decon", "aclk_smmu_decon0x", + property. Must contain "pclk", "aclk_decon", "aclk_smmu_decon0x", "aclk_xiu_decon0x", "pclk_smmu_decon0x", clk_decon_vclk", "sclk_decon_eclk" - ports: contains a port which is connected to mic node. address-cells and |