blob: 3f5d85aa822ef501e0ed16e9488fc71a55196058 [file] [log] [blame]
Shengzhou Liu48c6f322014-11-24 17:11:56 +08001/*
2 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __T1024_RDB_H__
8#define __T1024_RDB_H__
9
10void fdt_fixup_board_enet(void *blob);
11void pci_of_setup(void *blob, bd_t *bd);
Shengzhou Liue8a7f1c2015-03-27 15:48:34 +080012#ifdef CONFIG_T1023RDB
13static u32 t1023rdb_gpio_ctrl(u32 ctrl_type);
14#endif
Shengzhou Liu48c6f322014-11-24 17:11:56 +080015#endif