About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / video / exynos_hdmiphy.txt


Based on kernel version 4.3. Page generated on 2015-11-02 12:47 EST.

1	Device-Tree bindings for hdmiphy driver
2	
3	Required properties:
4	- compatible: value should be one of the following:
5		1) "samsung,exynos5-hdmiphy" <DEPRECATED>
6		2) "samsung,exynos4210-hdmiphy".
7		3) "samsung,exynos4212-hdmiphy".
8	- reg: I2C address of the hdmiphy device.
9	
10	Example:
11	
12		hdmiphy {
13			compatible = "samsung,exynos4210-hdmiphy";
14			reg = <0x38>;
15		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog