diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2013-02-06 18:51:39 +0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2013-04-16 16:42:38 +0400 |
commit | 48d045dbe9c757681edfe8274211254c56d53a41 (patch) | |
tree | 59ef8b93be699e30ac8c2e1963d09a7250ba4865 /Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt | |
parent | 31880c37c11e28cb81c70757e38392b42e695dc6 (diff) | |
download | linux-48d045dbe9c757681edfe8274211254c56d53a41.tar.xz |
of/documentation: move video device bindings to a common place
Binding Documents for drm-devices are placed in
Documentation/devicetree/bindings/drm/*. But these devices are common
for v4l framework, hence moved to a common place at
Documentation/devicetree/bindings/video/. 'exynos_' prefix is added to
associate them with exynos soc series.
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt b/Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt deleted file mode 100644 index fa166d945809..000000000000 --- a/Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt +++ /dev/null @@ -1,12 +0,0 @@ -Device-Tree bindings for hdmiddc driver - -Required properties: -- compatible: value should be "samsung,exynos5-hdmiddc". -- reg: I2C address of the hdmiddc device. - -Example: - - hdmiddc { - compatible = "samsung,exynos5-hdmiddc"; - reg = <0x50>; - }; |