| e3a96d97 | 03-Apr-2017 |
Jaehoon Chung <jh80.chung@samsung.com> |
board: samsung: trats2: remove the board_power_init() function
Remove the board_power_init() function. It will be initialized with device-tree. In future, it will be controlled with regulator API.
board: samsung: trats2: remove the board_power_init() function
Remove the board_power_init() function. It will be initialized with device-tree. In future, it will be controlled with regulator API.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 8908fd66 | 30-Mar-2017 |
Jaehoon Chung <jh80.chung@samsung.com> |
board: samsung: trats: remove the i2c_init function
i2c should be initialized with device-tree. This function doesn't need anymore.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by
board: samsung: trats: remove the i2c_init function
i2c should be initialized with device-tree. This function doesn't need anymore.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 883c19a7 | 30-Mar-2017 |
Jaehoon Chung <jh80.chung@samsung.com> |
board: samsung: trats: convert to driver model for controlling phy
Convert to driver model for controlling phy.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@c
board: samsung: trats: convert to driver model for controlling phy
Convert to driver model for controlling phy.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 701e740f | 10-Jan-2017 |
Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
exynos5: Don't potentially undervoltage the CPU
For snow when chainloading u-boot the CPU seems to be running at full speed. The lower CPU voltage seems to be ok for u-boot, but when booting linux (
exynos5: Don't potentially undervoltage the CPU
For snow when chainloading u-boot the CPU seems to be running at full speed. The lower CPU voltage seems to be ok for u-boot, but when booting linux (bringing up all cores) I'm seeing random crashes.
Bump the voltage up to a level that's safe for all cpu frequencies.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 9c796784 | 09-Jan-2017 |
Jaehoon Chung <jh80.chung@samsung.com> |
board: samsung: universal_c210: remove the codes relevant to soft_i2c
Removes the codes of soft_i2c. There is no usasge for universal_c210, also didn't define CONFIG_SOFT_I2C_GPIO_SCL. This code see
board: samsung: universal_c210: remove the codes relevant to soft_i2c
Removes the codes of soft_i2c. There is no usasge for universal_c210, also didn't define CONFIG_SOFT_I2C_GPIO_SCL. This code seems a dead code.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 816d8b50 | 09-Jan-2017 |
Jaehoon Chung <jh80.chung@samsung.com> |
board: samsung: universal_210: use the driver model for max8998
Revmoe the "ifndef CONFIG_DM_I2C". Intead, use the driver model for max8998.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Si
board: samsung: universal_210: use the driver model for max8998
Revmoe the "ifndef CONFIG_DM_I2C". Intead, use the driver model for max8998.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| fd3b710a | 05-Jan-2017 |
Jaehoon Chung <jh80.chung@samsung.com> |
board: samsung: goni: fix the pmic's name for getting
For Getting from uclass, use the "max8998-pmic" as name. It also needs to change the dt-node's name as "max8998-pmic". Otherwise, it doesn't fin
board: samsung: goni: fix the pmic's name for getting
For Getting from uclass, use the "max8998-pmic" as name. It also needs to change the dt-node's name as "max8998-pmic". Otherwise, it doesn't find the pmic device. Because it's only searching for 'max8998_pmic'.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|