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

fsl,tcon.txt (464B)


      1Device Tree bindings for Freescale TCON Driver
      2
      3Required properties:
      4- compatible:		Should be one of
      5	* "fsl,vf610-tcon".
      6
      7- reg:			Address and length of the register set for tcon.
      8- clocks:		From common clock binding: handle to tcon ipg clock.
      9- clock-names:		From common clock binding: Shall be "ipg".
     10
     11Examples:
     12timing-controller@4003d000 {
     13	compatible = "fsl,vf610-tcon";
     14	reg = <0x4003d000 0x1000>;
     15	clocks = <&clks VF610_CLK_TCON0>;
     16	clock-names = "ipg";
     17};