hdmiphy.txt 245 B

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