[U-Boot] [PATCH v3 0/3] imx: mx6slevk add pmic support

Peng Fan Peng.Fan at freescale.com
Thu Feb 12 02:36:26 CET 2015


This patch set is extracted from the previous "imx:mx6 add ldo bypass"
patch set, with only one return value change.

patch 1/3 is add pad settings for I2C1
patch 2/3 is add I2C and PMIC support in board header file
patch 3/3 is to add pmic support for mx6slevk.

patch 3/3 is from patch 3/12 in previous "imx:mx6 add ldo bypass" patch,
with only one small change is return value.

Changes v3:
 Take Fabio's suggestion, for patch 3/3, remove ret variable, and directly
 "return pfuze_mode_init(xxx)"

Changes v2:
 Changing "return -EIO" to "return ret".

Peng Fan (3):
  imx:mx6sl add I2c pad settings
  imx:mx6slevk add pmic and i2c configuration
  imx:mx6slevk implement power init board

 arch/arm/include/asm/arch-mx6/mx6sl_pins.h |  5 ++++
 board/freescale/mx6slevk/mx6slevk.c        | 42 ++++++++++++++++++++++++++++++
 include/configs/mx6slevk.h                 | 12 +++++++++
 3 files changed, 59 insertions(+)

-- 
1.8.4




More information about the U-Boot mailing list