06 Mar, 2017

1 commit


21 Feb, 2016

3 commits


24 Jan, 2016

1 commit

  • The management data input/output (MDIO) requires open-drain,
    i.MX7D TO1.0 ENET MDIO pin has no open drain, but TO1.1 supports
    this feature. So to TO1.1, need to enable open drain by setting
    bits GPR0[8:7] for TO1.1.

    Signed-off-by: Peng Fan
    Cc: Stefano Babic

    Peng Fan
     

13 Nov, 2015

2 commits

  • Share one lcdif structure for i.MXes.
    1. Discard struct mxs_lcdif_regs from imx-regs.h of i.MX7
    2. Add i.MX6SX/6UL/7D support in imx-lcdif.h of imx-common

    Signed-off-by: Peng Fan
    Cc: Stefano Babic

    Peng Fan
     
  • 1. add basic psci support for imx7 chip.
    2. support cpu_on and cpu_off.
    3. switch to non-secure mode when boot linux kernel.
    4. set csu allow accessing all peripherial register in non-secure mode.

    Signed-off-by: Frank Li
    Signed-off-by: Peng Fan
    Cc: Stefano Babic
    Cc: Fabio Estevam

    Peng Fan
     

13 Sep, 2015

1 commit

  • * Add system arch level header files
    - imx-regs.h: iMX7D SoC system architecture registers
    - crm_regs.h: Clock control module registers
    - sys_proto.h: helper callback function for SoC setup

    Signed-off-by: Adrian Alonso
    Signed-off-by: Peng Fan
    Signed-off-by: Ye.Li

    Adrian Alonso