TERES/SOFTWARE/A64-TERES/linux-a64/Documentation/devicetree/bindings/video/exynos_hdmiphy.txt
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

13 lines
245 B
Plaintext

Device-Tree bindings for hdmiphy driver
Required properties:
- compatible: value should be "samsung,exynos5-hdmiphy".
- reg: I2C address of the hdmiphy device.
Example:
hdmiphy {
compatible = "samsung,exynos5-hdmiphy";
reg = <0x38>;
};