exynos-jpeg-codec.txt 629 B

12345678910111213141516
  1. Samsung S5P/EXYNOS SoC series JPEG codec
  2. Required properties:
  3. - compatible : should be one of:
  4. "samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg",
  5. "samsung,exynos3250-jpeg", "samsung,exynos5420-jpeg",
  6. "samsung,exynos5433-jpeg";
  7. - reg : address and length of the JPEG codec IP register set;
  8. - interrupts : specifies the JPEG codec IP interrupt;
  9. - clock-names : should contain:
  10. - "jpeg" for the core gate clock,
  11. - "sclk" for the special clock (optional).
  12. - clocks : should contain the clock specifier and clock ID list
  13. matching entries in the clock-names property; from
  14. the common clock bindings.