aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/video/exynos_hdmiphy.txt
blob: 91e6578483c060566bf2e87a78cafcff0973f3da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Device-Tree bindings for hdmiphy driver

Required properties:
- compatible: value should be one of the following:
	1) "samsung,exynos5-hdmiphy" <DEPRECATED>
	2) "samsung,exynos4210-hdmiphy".
	3) "samsung,exynos4212-hdmiphy".
- reg: Physical address of the hdmiphy device.
- phy-power-control: this child node represents phy power control
	register which is inside the pmu block (power management unit).

Example:

	hdmiphy {
		compatible = "samsung,exynos4210-hdmiphy";
		reg = <0x38>;

		phy-power-control {
			reg = <0x10040700 0x04>;
		};
	};