summaryrefslogtreecommitdiff
path: root/include/configs/kmp204x.h
diff options
context:
space:
mode:
authorAleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>2021-02-05 09:02:01 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2021-02-08 11:31:18 +0300
commita1f57c393380d0245f8740ddf1497902b9f963f8 (patch)
treec1a9e5203e851c12549d2705639f4d1823b51dfc /include/configs/kmp204x.h
parentd167667d1b9053534445a1c0748a0739fe3aa944 (diff)
downloadu-boot-a1f57c393380d0245f8740ddf1497902b9f963f8.tar.xz
board/km: move km i2c deblock declarations to a km/common.h
Cleanup, move the declarations to keymile/common.h instead declaring them per-board config.h Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/kmp204x.h')
-rw-r--r--include/configs/kmp204x.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/kmp204x.h b/include/configs/kmp204x.h
index d1eb7b574b..90e3702bd8 100644
--- a/include/configs/kmp204x.h
+++ b/include/configs/kmp204x.h
@@ -237,12 +237,6 @@ unsigned long get_board_sys_clk(unsigned long dummy);
{0, {{I2C_MUX_PCA9547, 0x70, 1 } } }, \
{0, {{I2C_MUX_PCA9547, 0x70, 2 } } }, \
}
-#ifndef __ASSEMBLY__
-void set_sda(int state);
-void set_scl(int state);
-int get_sda(void);
-int get_scl(void);
-#endif
#define CONFIG_KM_IVM_BUS 1 /* I2C1 (Mux-Port 1)*/