Skip to content

Commit

Permalink
arm64: dts: ti: k3-j784s4-evm: Fix main_i2c0 alias
Browse files Browse the repository at this point in the history
main_i2c0 is aliased as i2c0 which creates a problem for u-boot R5
SPL attempting to reuse the same definition in the common board
detection logic as it looks for the first i2c instance as the bus on
which to detect the eeprom to understand the board variant involved.
Switch main_i2c0 to i2c3 alias allowing us to introduce wkup_i2c0
and potentially space for mcu_i2c instances in the gap for follow on
patches.

Fixes: e20a06a ("arm64: dts: ti: Add support for J784S4 EVM board")
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Link: https://lore.kernel.org/r/20230602214937.2349545-2-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
  • Loading branch information
Nishanth Menon authored and Vignesh Raghavendra committed Jun 15, 2023
1 parent 1f36d0e commit c10a9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-j784s4-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
serial2 = &main_uart8;
mmc0 = &main_sdhci0;
mmc1 = &main_sdhci1;
i2c0 = &main_i2c0;
i2c3 = &main_i2c0;
};

memory@80000000 {
Expand Down

0 comments on commit c10a9df

Please sign in to comment.