cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

exynos-jpeg-codec.txt (629B)


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