]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
authorHsin-Te Yuan <yuanhsinte@chromium.org>
Mon, 9 Sep 2024 08:33:47 +0000 (08:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:50:47 +0000 (19:50 +0100)
[ Upstream commit edbde4923f208aa83abb48d4b2463299e5fc2586 ]

The address of eeprom should be 50.

Fixes: ff33d889567e ("arm64: dts: mt8183: Add kukui kodama board")
Fixes: d1eaf77f2c66 ("arm64: dts: mt8183: Add kukui kakadu board")
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240909-eeprom-v1-2-1ed2bc5064f4@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi

index fa907089569456eae3d4fb983378a21477ec0a8e..9676e704a0d289f4501412ed7c2a76491c8b8316 100644 (file)
        clock-frequency = <400000>;
        vbus-supply = <&mt6358_vcn18_reg>;
 
-       eeprom@54 {
+       eeprom@50 {
                compatible = "atmel,24c32";
-               reg = <0x54>;
+               reg = <0x50>;
                pagesize = <32>;
                vcc-supply = <&mt6358_vcn18_reg>;
        };
index 03724c80c0804bc498c6f26ccdabcc42b53cb252..863338925472c35478d9d1b1516b88c5f1e1dc37 100644 (file)
@@ -79,9 +79,9 @@
        clock-frequency = <400000>;
        vbus-supply = <&mt6358_vcn18_reg>;
 
-       eeprom@54 {
+       eeprom@50 {
                compatible = "atmel,24c64";
-               reg = <0x54>;
+               reg = <0x50>;
                pagesize = <32>;
                vcc-supply = <&mt6358_vcn18_reg>;
        };