diff options
author | Biwen Li <biwen.li@nxp.com> | 2020-05-01 20:04:21 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-04 09:12:36 +0530 |
commit | d2e3f7c608b86fbbc027e46acb431abfba304333 (patch) | |
tree | d45a3d71f752a1ceec29b3dd22b90f9f999d8238 /board/freescale/t1040qds/t1040qds.h | |
parent | 613e66eb80c2cb0f9c1db408ecd4c08e8fae5790 (diff) |
dm: powerpc: T1040/T1042: add i2c DM support
This supports i2c DM for SoC T1040/T1042
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/t1040qds/t1040qds.h')
-rw-r--r-- | board/freescale/t1040qds/t1040qds.h | 3 |
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 |