
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.
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(-)