aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/video/exynos_hdmi.txt
diff options
context:
space:
mode:
authorRahul Sharma <rahul.sharma@samsung.com>2013-02-06 09:51:39 -0500
committerGrant Likely <grant.likely@linaro.org>2013-04-16 13:42:38 +0100
commit48d045dbe9c757681edfe8274211254c56d53a41 (patch)
tree59ef8b93be699e30ac8c2e1963d09a7250ba4865 /Documentation/devicetree/bindings/video/exynos_hdmi.txt
parentLinux 3.9-rc6 (diff)
downloadlinux-dev-48d045dbe9c757681edfe8274211254c56d53a41.tar.xz
linux-dev-48d045dbe9c757681edfe8274211254c56d53a41.zip
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/video/exynos_hdmi.txt')
-rw-r--r--Documentation/devicetree/bindings/video/exynos_hdmi.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/exynos_hdmi.txt b/Documentation/devicetree/bindings/video/exynos_hdmi.txt
new file mode 100644
index 000000000000..589edee37394
--- /dev/null
+++ b/Documentation/devicetree/bindings/video/exynos_hdmi.txt
@@ -0,0 +1,22 @@
+Device-Tree bindings for drm hdmi driver
+
+Required properties:
+- compatible: value should be "samsung,exynos5-hdmi".
+- reg: physical base address of the hdmi and length of memory mapped
+ region.
+- interrupts: interrupt number to the cpu.
+- hpd-gpio: following information about the hotplug gpio pin.
+ a) phandle of the gpio controller node.
+ b) pin number within the gpio controller.
+ c) pin function mode.
+ d) optional flags and pull up/down.
+ e) drive strength.
+
+Example:
+
+ hdmi {
+ compatible = "samsung,exynos5-hdmi";
+ reg = <0x14530000 0x100000>;
+ interrupts = <0 95 0>;
+ hpd-gpio = <&gpx3 7 0xf 1 3>;
+ };