exynos-jpeg-codec.txt 598 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. - reg : address and length of the JPEG codec IP register set;
  7. - interrupts : specifies the JPEG codec IP interrupt;
  8. - clock-names : should contain:
  9. - "jpeg" for the core gate clock,
  10. - "sclk" for the special clock (optional).
  11. - clocks : should contain the clock specifier and clock ID list
  12. matching entries in the clock-names property; from
  13. the common clock bindings.