]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Move the EEPROM to correct I2C bus on Radxa ROCK 5A
authorFUKAUMI Naoki <naoki@radxa.com>
Wed, 12 Nov 2025 03:51:29 +0000 (03:51 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:02:59 +0000 (14:02 +0100)
[ Upstream commit 92e6e0b0e595afdda6296c760551ad3ffe9d5231 ]

The BL24C16 EEPROM chip found on Radxa ROCK 5A is connected to the
i2c0 bus, [1] so move the eeprom node from the i2c2 bus to the i2c0
bus.

Link: https://dl.radxa.com/rock5/5a/docs/hw/radxa_rock5a_V1.1_sch.pdf
Fixes: 89c880808cff8 ("arm64: dts: rockchip: add I2C EEPROM to rock-5a")
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://patch.msgid.link/20251112035133.28753-2-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts

index 19a08f7794e675ab7a7a8a5bf8e4073f47ec11ac..428c6f0232a341dc8508d2183412df5c20ead204 100644 (file)
                        regulator-off-in-suspend;
                };
        };
+
+       eeprom: eeprom@50 {
+               compatible = "belling,bl24c16a", "atmel,24c16";
+               reg = <0x50>;
+               pagesize = <16>;
+       };
 };
 
 &i2c2 {
                        regulator-off-in-suspend;
                };
        };
-
-       eeprom: eeprom@50 {
-               compatible = "belling,bl24c16a", "atmel,24c16";
-               reg = <0x50>;
-               pagesize = <16>;
-       };
 };
 
 &i2c3 {