Patch "arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias" has been added to the 6.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias

to the 6.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-ti-k3-am69-sk-fix-main_i2c0-alias.patch
and it can be found in the queue-6.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit a72e03e7578958463ec0c5fef20a45080b572e01
Author: Nishanth Menon <nm@xxxxxx>
Date:   Fri Jun 2 16:49:33 2023 -0500

    arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias
    
    [ Upstream commit b38c6ced4ec5b3f6260ff6cc2b71e8a3d8c897d7 ]
    
    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: 635fb18ba008 ("arch: arm64: dts: Add support for AM69 Starter Kit")
    Signed-off-by: Nishanth Menon <nm@xxxxxx>
    Reviewed-by: Udit Kumar <u-kumar1@xxxxxx>
    Link: https://lore.kernel.org/r/20230602214937.2349545-5-nm@xxxxxx
    Signed-off-by: Vignesh Raghavendra <vigneshr@xxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/ti/k3-am69-sk.dts b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
index bc49ba534790e..f364b7803115d 100644
--- a/arch/arm64/boot/dts/ti/k3-am69-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
@@ -23,7 +23,7 @@ chosen {
 	aliases {
 		serial2 = &main_uart8;
 		mmc1 = &main_sdhci1;
-		i2c0 = &main_i2c0;
+		i2c3 = &main_i2c0;
 	};
 
 	memory@80000000 {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux