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