
Hi,
2017년 4월 3일 (월) 19:52, Lukasz Majewski lukma@denx.de님이 작성:
Hi Jaehoon,
Trats2 didn't support the driver-model fully. This patchset is a first step to support driver-model. First, remove the unused codes and functions. Second, enable the configuration relevant to pmic.
Acked-by: Lukasz Majewski lukma@denx.de
NOTE: In future, other legacy model will be convert to driver-model.
Jaehoon Chung (6): arm: dts: trats2: add the i2c-gpio nodes board: samsung: trats2: remove the board_i2c_init() function configs: trats2: enable CONFIG_DM_I2C_GPIO board: samsung: trats2: remove the unused functions configs: trats2: enable the configuration relevant to PMIC board: samsung: trats2: remove the board_power_init() function
arch/arm/dts/exynos4412-trats2.dts | 18 +++++++ board/samsung/trats2/trats2.c | 104
configs/trats2_defconfig | 4 ++ 3 files changed, 22 insertions(+), 104 deletions(-)
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot
applied to u-boot-samsung
Thanks, Minkyu Kang