hdmiddc.txt 245 B

123456789101112
  1. Device-Tree bindings for hdmiddc driver
  2. Required properties:
  3. - compatible: value should be "samsung,exynos5-hdmiddc".
  4. - reg: I2C address of the hdmiddc device.
  5. Example:
  6. hdmiddc {
  7. compatible = "samsung,exynos5-hdmiddc";
  8. reg = <0x50>;
  9. };