mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-22 15:11:24 +02:00
board: samsung: trats2: remove the unused functions
Remove the unused functions. Never call the get_soft_i2c_scl/sda_pin() aynwhere. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
471b11765c
commit
b7ad598dde
@ -100,24 +100,6 @@ static void board_external_gpio_init(void)
|
|||||||
gpio_set_pull(EXYNOS4X12_GPIO_X37, S5P_GPIO_PULL_NONE); /* HDMI_HPD */
|
gpio_set_pull(EXYNOS4X12_GPIO_X37, S5P_GPIO_PULL_NONE); /* HDMI_HPD */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_SYS_I2C_SOFT
|
|
||||||
int get_soft_i2c_scl_pin(void)
|
|
||||||
{
|
|
||||||
if (I2C_ADAP_HWNR)
|
|
||||||
return EXYNOS4X12_GPIO_M21; /* I2C9 */
|
|
||||||
else
|
|
||||||
return EXYNOS4X12_GPIO_F14; /* I2C8 */
|
|
||||||
}
|
|
||||||
|
|
||||||
int get_soft_i2c_sda_pin(void)
|
|
||||||
{
|
|
||||||
if (I2C_ADAP_HWNR)
|
|
||||||
return EXYNOS4X12_GPIO_M20; /* I2C9 */
|
|
||||||
else
|
|
||||||
return EXYNOS4X12_GPIO_F15; /* I2C8 */
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int exynos_early_init_f(void)
|
int exynos_early_init_f(void)
|
||||||
{
|
{
|
||||||
board_external_gpio_init();
|
board_external_gpio_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user