odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-zynqmp / sys_proto.h
1 /*
2  * (C) Copyright 2014 - 2015 Xilinx, Inc.
3  * Michal Simek <michal.simek@xilinx.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _ASM_ARCH_SYS_PROTO_H
9 #define _ASM_ARCH_SYS_PROTO_H
10
11 int zynq_slcr_get_mio_pin_status(const char *periph);
12
13 unsigned int zynqmp_get_silicon_version(void);
14
15 void psu_init(void);
16
17 void handoff_setup(void);
18
19 #endif /* _ASM_ARCH_SYS_PROTO_H */