exynos_hdmiddc.txt 319 B

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