IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / video / exynos_hdmiphy.txt
blob858f4f9b902fb5c005ad036328532dc5e4d03eac
1 Device-Tree bindings for hdmiphy driver
3 Required properties:
4 - compatible: value should be "samsung,exynos5-hdmiphy".
5 - reg: I2C address of the hdmiphy device.
7 Example:
9         hdmiphy {
10                 compatible = "samsung,exynos5-hdmiphy";
11                 reg = <0x38>;
12         };