summaryrefslogtreecommitdiff
path: root/board/phytec/pcm051/board.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-19 16:25:50 -0400
committerTom Rini <trini@konsulko.com>2020-06-19 16:25:50 -0400
commit5575f79bdaa824a90747d5a3d063b5219521b066 (patch)
tree6f25a65e9044c48192caa224936207fe1e510e81 /board/phytec/pcm051/board.h
parent04909251fdecac9d05e527b83e86e043e8df00ea (diff)
parent2a2b94a9d9a3139853c6ccd911c55db77b714a68 (diff)
downloadu-boot-WIP/19Jun2020-next.tar.gz
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextWIP/19Jun2020-next
- Convert fsl_espi to driver model (Chuanhua) - Enable am335x baltos to DM_SPI (Jagan) - Drop few powerpc board which doesn't have DM enabled (Jagan)
Diffstat (limited to 'board/phytec/pcm051/board.h')
-rw-r--r--board/phytec/pcm051/board.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/board/phytec/pcm051/board.h b/board/phytec/pcm051/board.h
deleted file mode 100644
index 3366e51c85..0000000000
--- a/board/phytec/pcm051/board.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * board.h
- *
- * Phytec phyCORE-AM335x (pcm051) boards information header
- *
- * Copyright (C) 2013, Lemonage Software GmbH
- * Author Lars Poeschel <poeschel@lemonage.de>
- */
-
-#ifndef _BOARD_H_
-#define _BOARD_H_
-
-/*
- * We have three pin mux functions that must exist. We must be able to enable
- * uart0, for initial output and i2c0 to read the main EEPROM. We then have a
- * main pinmux function that can be overridden to enable all other pinmux that
- * is required on the board.
- */
-void enable_uart0_pin_mux(void);
-void enable_i2c0_pin_mux(void);
-void enable_board_pin_mux(void);
-void enable_cbmux_pin_mux(void);
-#endif