exynos_hdmiphy.txt 354 B

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