mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge git://git.denx.de/u-boot-samsung
This commit is contained in:
commit
2650dbcf8a
2 changed files with 2 additions and 1 deletions
|
|
@ -14,3 +14,4 @@ M: Przemyslaw Marczak <p.marczak@samsung.com>
|
|||
S: Maintained
|
||||
F: board/samsung/smdk5420/
|
||||
F: include/configs/odroid_xu3.h
|
||||
F: configs/odroid-xu3_defconfig
|
||||
|
|
|
|||
|
|
@ -1035,7 +1035,7 @@ static void process_nodes(const void *blob, int node_list[], int count,
|
|||
CONFIG_SYS_I2C_S3C24X0_SPEED);
|
||||
bus->node = node;
|
||||
bus->bus_num = i;
|
||||
exynos_pinmux_config(PERIPH_ID_I2C0 + bus->id, flags);
|
||||
exynos_pinmux_config(bus->id, flags);
|
||||
|
||||
/* Mark position as used */
|
||||
node_list[i] = -1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue