summaryrefslogtreecommitdiff
path: root/board/samsung
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2017-04-03 19:02:56 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2017-04-07 11:27:55 +0900
commitb7ad598dde18de7ea5e0672871fcc5e18c85e15d (patch)
treed10fd8aa2c37434e1f8eb55dd683359c499b8cc9 /board/samsung
parent471b11765cf6c0e003975182bd9528a15d86df4a (diff)
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>
Diffstat (limited to 'board/samsung')
-rw-r--r--board/samsung/trats2/trats2.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/board/samsung/trats2/trats2.c b/board/samsung/trats2/trats2.c
index 2920619947..30877e9625 100644
--- a/board/samsung/trats2/trats2.c
+++ b/board/samsung/trats2/trats2.c
@@ -100,24 +100,6 @@ static void board_external_gpio_init(void)
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)
{
board_external_gpio_init();