summaryrefslogtreecommitdiff
path: root/board/freescale/t1040qds/t1040qds.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-05 09:08:53 -0400
committerTom Rini <trini@konsulko.com>2020-05-05 09:08:53 -0400
commit191ee8aac60d6b828ee5f933ab2c6aceda167082 (patch)
tree4c0c12e8e510475050a7ca42ee6da6e076805bad /board/freescale/t1040qds/t1040qds.h
parent425fefa9a36ca729b5088ca5381f63f8d95a2f8e (diff)
parent9e36eae1249f477275a607736eda75e663d1b57c (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
- Add DM model for P1010RDB - Add I2C DM Model support for P1010RDB, T1042RDB, T2080, T4240RDB, MPC8548CDS, T1024RDB, P4080, P3041DS, P2041RDB, P2020RDB, P1020RDB, P5040DS - Fix reference to READM.qe_firmware
Diffstat (limited to 'board/freescale/t1040qds/t1040qds.h')
-rw-r--r--board/freescale/t1040qds/t1040qds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/t1040qds/t1040qds.h b/board/freescale/t1040qds/t1040qds.h
index d2f0203f17..781bcdefc9 100644
--- a/board/freescale/t1040qds/t1040qds.h
+++ b/board/freescale/t1040qds/t1040qds.h
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2013 Freescale Semiconductor, Inc.
+ * Copyright 2020 NXP
*/
#ifndef __T1040_QDS_H__
@@ -8,6 +9,6 @@
void fdt_fixup_board_enet(void *blob);
void pci_of_setup(void *blob, bd_t *bd);
-int select_i2c_ch_pca9547(u8 ch);
+int select_i2c_ch_pca9547(u8 ch, int bus_bum);
#endif