]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/BuR/common/bur_common.h
video: omap: move drivers to 'ti' directory
[thirdparty/u-boot.git] / board / BuR / common / bur_common.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
893c04e1
HP
2/*
3 * bur_comon.h
4 *
5 * common board information header for B&R boards
6 *
4c302b9a 7 * Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
893c04e1 8 * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
893c04e1
HP
9 */
10
11#ifndef _BUR_COMMON_H_
12#define _BUR_COMMON_H_
13
449c5e52 14#if !CONFIG_IS_ENABLED(DM_VIDEO)
260cbc9a 15#include <../../../drivers/video/ti/am335x-fb.h>
fbd5aeda
HP
16
17int load_lcdtiming(struct am335x_lcdpanel *panel);
449c5e52
DB
18#endif
19
fbd5aeda 20void br_summaryscreen(void);
a9484aa7 21void pmicsetup(u32 mpupll, unsigned int bus);
893c04e1 22void enable_uart0_pin_mux(void);
2b5b2be5 23void enable_i2c_pin_mux(void);
893c04e1 24void enable_board_pin_mux(void);
b75d8dc5 25int board_eth_init(struct bd_info *bis);
893c04e1 26
2fac7a82
HS
27int brdefaultip_setup(int bus, int chip);
28
893c04e1 29#endif